Html Css Color HEX #9A0C76 Eggplant

📋 copy color: '#9A0C76'

red 154 ◦ green 12 ◦ blue 118

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

Shades of Eggplant #9A0C76

Tints of Eggplant #9A0C76

RGB

 RED value IS 154 (60.55% from 255) = 54.23%

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 54.23%
G = 4.23%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A0C76 (or 0x9A0C76) is known color: Eggplant. HEX triplet: 9A, 0C and 76. RGB value is (154,12,118). Sum of RGB (Red+Green+Blue) = 154+12+118=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C76 is #65F389. Grayscale: #424242. Windows color (decimal): -6681482 or 7736474. OLE color: 7736474.

HSL color Cylindrical-coordinate representation of color #9A0C76: hue angle of 315.21º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C76 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 118 -
CMYK 0 0.92 0.23 0.40
HSL 315.21º 0.86% 0.33% -
HSV(B) 315.21º 0.92% 0.6% -
XYZ 16.73 8.44 17.89 -
YUV 66.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 154 12 118 0 0.92 0.23 0.40 315.21 0.86 0.33
Hex 9A C 76 0 5C 17 28 13B 56 21
Octal 232 14 166 0 134 27 50 473 126 41
Binary 10011010 1100 1110110 0 1011100 10111 101000 100111011 1010110 100001

Color Harmonies of #9A0C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C76

Black with #9A0C76

Text Example


Text Example

White with #9A0C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,118); }

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

background-color css

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

 a { background-color: rgb(154,12,118); }

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

border-color css

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

 span { border-color: rgb(154,12,118); }

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