Html Css Color HEX #9C097E Eggplant

📋 copy color: '#9C097E'

red 156 ◦ green 9 ◦ blue 126

#9C097E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #9C097E

Tints of Eggplant #9C097E

RGB

 RED value IS 156 (61.33% from 255) = 53.61%

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 53.61%
G = 3.09%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C097E (or 0x9C097E) is known color: Eggplant. HEX triplet: 9C, 09 and 7E. RGB value is (156,9,126). Sum of RGB (Red+Green+Blue) = 156+9+126=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C097E is #63F681. Grayscale: #414141. Windows color (decimal): -6551170 or 8259996. OLE color: 8259996.

HSL color Cylindrical-coordinate representation of color #9C097E: hue angle of 312.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C097E is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 9 126 -
CMYK 0 0.94 0.19 0.39
HSL 312.24º 0.89% 0.32% -
HSV(B) 312.24º 0.94% 0.61% -
XYZ 17.57 8.77 20.51 -
YUV 66.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 156 9 126 0 0.94 0.19 0.39 312.24 0.89 0.32
Hex 9C 9 7E 0 5E 13 27 138 59 20
Octal 234 11 176 0 136 23 47 470 131 40
Binary 10011100 1001 1111110 0 1011110 10011 100111 100111000 1011001 100000

Color Harmonies of #9C097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C097E

Black with #9C097E

Text Example


Text Example

White with #9C097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C097E; }

 p { color: rgb(156,9,126); }

 H1.HeaderClassName
 {
   color: #9C097E;
 }
 .AnyTagClassName
 {
   color: #9C097E;
 }
</style>

background-color css

<style>
 a { background-color: #9C097E; }

 a { background-color: rgb(156,9,126); }

 div.DivClassName
 {
   background-color: #9C097E;
 }
 .BgClassName
 {
   background-color: #9C097E;
 }
</style>

border-color css

<style>
 span { border-color: #9C097E; }

 span { border-color: rgb(156,9,126); }

 td.TdClassName
 {
   border-color: #9C097E;
 }
 .TagClassName
 {
   border-color: #9C097E;
 }
</style>