Html Css Color HEX #9A0C71 Eggplant

📋 copy color: '#9A0C71'

red 154 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #9A0C71

Tints of Eggplant #9A0C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 55.2%
G = 4.3%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A0C71 (or 0x9A0C71) is known color: Eggplant. HEX triplet: 9A, 0C and 71. RGB value is (154,12,113). Sum of RGB (Red+Green+Blue) = 154+12+113=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C71 is #65F38E. Grayscale: #414141. Windows color (decimal): -6681487 or 7408794. OLE color: 7408794.

HSL color Cylindrical-coordinate representation of color #9A0C71: hue angle of 317.32º 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 #9A0C71 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 113 -
CMYK 0 0.92 0.27 0.40
HSL 317.32º 0.86% 0.33% -
HSV(B) 317.32º 0.92% 0.6% -
XYZ 16.44 8.33 16.36 -
YUV 65.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 154 12 113 0 0.92 0.27 0.40 317.32 0.86 0.33
Hex 9A C 71 0 5C 1B 28 13D 56 21
Octal 232 14 161 0 134 33 50 475 126 41
Binary 10011010 1100 1110001 0 1011100 11011 101000 100111101 1010110 100001

Color Harmonies of #9A0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C71

Black with #9A0C71

Text Example


Text Example

White with #9A0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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