Html Css Color HEX #9C0778 Eggplant

📋 copy color: '#9C0778'

red 156 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #9C0778

Tints of Eggplant #9C0778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

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

R = 55.12%
G = 2.47%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C0778 (or 0x9C0778) is known color: Eggplant. HEX triplet: 9C, 07 and 78. RGB value is (156,7,120). Sum of RGB (Red+Green+Blue) = 156+7+120=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0778 is #63F887. Grayscale: #404040. Windows color (decimal): -6551688 or 7866268. OLE color: 7866268.

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

Color convert

RGB 156 7 120 -
CMYK 0 0.96 0.23 0.39
HSL 314.5º 0.91% 0.32% -
HSV(B) 314.5º 0.96% 0.61% -
XYZ 17.18 8.58 18.52 -
YUV 64.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 156 7 120 0 0.96 0.23 0.39 314.5 0.91 0.32
Hex 9C 7 78 0 60 17 27 13A 5B 20
Octal 234 7 170 0 140 27 47 472 133 40
Binary 10011100 111 1111000 0 1100000 10111 100111 100111010 1011011 100000

Color Harmonies of #9C0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0778

Black with #9C0778

Text Example


Text Example

White with #9C0778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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