Html Css Color HEX #9C0478 Eggplant

📋 copy color: '#9C0478'

red 156 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #9C0478

Tints of Eggplant #9C0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 55.71%
G = 1.43%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C0478 (or 0x9C0478) is known color: Eggplant. HEX triplet: 9C, 04 and 78. RGB value is (156,4,120). Sum of RGB (Red+Green+Blue) = 156+4+120=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0478 is #63FB87. Grayscale: #3E3E3E. Windows color (decimal): -6552456 or 7865500. OLE color: 7865500.

HSL color Cylindrical-coordinate representation of color #9C0478: hue angle of 314.21º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0478 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 4 120 -
CMYK 0 0.97 0.23 0.39
HSL 314.21º 0.95% 0.31% -
HSV(B) 314.21º 0.97% 0.61% -
XYZ 17.14 8.51 18.51 -
YUV 62.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 156 4 120 0 0.97 0.23 0.39 314.21 0.95 0.31
Hex 9C 4 78 0 61 17 27 13A 5F 1F
Octal 234 4 170 0 141 27 47 472 137 37
Binary 10011100 100 1111000 0 1100001 10111 100111 100111010 1011111 11111

Color Harmonies of #9C0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0478

Black with #9C0478

Text Example


Text Example

White with #9C0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,120); }

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

background-color css

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

 a { background-color: rgb(156,4,120); }

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

border-color css

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

 span { border-color: rgb(156,4,120); }

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