COLOR #C09FF9

HEX: #C09FF9 RGB: (192,159,249)

Color info

#C09FF9 contains mainly red and blue colors. Web safe color of #C09FF9 is #CC99FF (or #C9F).

RGB color model

#C09FF9 color RGB value is (192,159,249).

RGB: (192,159,249) (75%, 62%, 98%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 249 of 255 = 98%

192
159
249

R + G + B ~ 78%. #C09FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 159 + 249 = 600 (100%)
R 192 of 600 ~ 32%
G 159 of 600 ~ 26.5%
B 249 of 600 ~ 41.5'%

%32
%26.5
%41.5

CMYK color model

#C09FF9 color CMYK value is (23,36,0,2).

  • cyan value is 22.89%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (23,36,0,2)
C23M36Y0K2 (23%, 36%, 0%, 2%)
(0.23 / 0.36 / 0.00 / 0.02)

CMYK percentages

%22.89
%36.14
%0
%2.35

Codes

Color #C09FF9 in popluar color models

C0 9F F9
RGB 192 159 249
HSL 262° 88.24% 80.00%
HSB/HSV 262° 36.14% 97.65%
CMYK 22.89% 36.14% 0.00%
2.35%

Color #C09FF9 in popluar number systems.

HEX C0 9F F9
Decimal 192 159 249
Binary 11000000 10011111 11111001
Octal 300 237 371

Shades and tints

Shades of #C09FF9

#C09FF9
(192,159,249)
#AF91E3
(175,145,227)
#9E83CD
(158,131,205)
#8D75B7
(141,117,183)
#7C67A1
(124,103,161)
#6B598B
(107,89,139)
#5A4B75
(90,75,117)
#493D5F
(73,61,95)
#382F49
(56,47,73)
#272133
(39,33,51)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #C09FF9

#C09FF9
(192,159,249)
#C5A7F9
(197,167,249)
#CAAFF9
(202,175,249)
#CFB7F9
(207,183,249)
#D4BFF9
(212,191,249)
#D9C7F9
(217,199,249)
#DECFF9
(222,207,249)
#E3D7F9
(227,215,249)
#E8DFF9
(232,223,249)
#EDE7F9
(237,231,249)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09FF9 color. Also use rgb(192,159,249) instead hex code.

Text Font Color

.myTextColor { color: #C09FF9; }

<p style="color:#C09FF9">This sample text font color is #C09FF9.</p>

This text font color is #C09FF9.

Background Color

.myBgColor { background-color: #C09FF9; }

<div style="background-color:#C09FF9">Inner text</div>

This div background color is #C09FF9.

Border color

.myBorderColor { border: 1px solid #C09FF9; }

<div style="border:3px solid #C09FF9">Div</div>

This div border color is #C09FF9.

Opacity

.myOpacity80 { color: #C09FF9; opacity: 0.8; }

<p style="color:#C09FF9;opacity:0.8;">80%</p>

Text with #C09FF9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C09FF9;}

<p style="text-shadow: 3px 3px 1px #C09FF9">Text here.</p>

This text has shadow with #C09FF9 color.


.textShadow {text-shadow: 3px 3px 1px #C09FF9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C09FF9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C09FF9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C09FF9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C09FF9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C09FF9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C09FF9;
-webkit-box-shadow: 1px 1px 3px 2px #C09FF9;
box-shadow: 1px 1px 3px 2px #C09FF9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C09FF9; -webkit-box-shadow: 1px 1px 3px 2px #C09FF9; box-shadow:1px 1px 3px 2px #C09FF9;">
Div content here
</div>

This div box has shadow with color #C09FF9.

Preview

Color preview on black background

This text has color #C09FF9 on black background.


Color preview on white background

This text has color #C09FF9 on white background.


Black color preview on #C09FF9 background

This text has black color on #C09FF9 background.


White color preview on #C09FF9 background

This text has white color on #C09FF9 background.


Related colors

Complementary color

Complementary color for #hex is #3F6006.


I love getcolorcode.com

Triadic colors

1 #F9C09F and #9FF9C0 with #C09FF9 are triadic colors.

2 #F99FC0 and #9FC0F9 with #C09FF9 are triadic colors.