Html Css Color HEX #9F0C78 Eggplant

📋 copy color: '#9F0C78'

red 159 ◦ green 12 ◦ blue 120

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

Shades of Eggplant #9F0C78

Tints of Eggplant #9F0C78

RGB

 RED value IS 159 (62.5% from 255) = 54.64%

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

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

R = 54.64%
G = 4.12%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F0C78 (or 0x9F0C78) is known color: Eggplant. HEX triplet: 9F, 0C and 78. RGB value is (159,12,120). Sum of RGB (Red+Green+Blue) = 159+12+120=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C78 is #60F387. Grayscale: #434343. Windows color (decimal): -6353800 or 7867551. OLE color: 7867551.

HSL color Cylindrical-coordinate representation of color #9F0C78: hue angle of 315.92º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0C78 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 12 120 -
CMYK 0 0.92 0.25 0.38
HSL 315.92º 0.86% 0.34% -
HSV(B) 315.92º 0.92% 0.62% -
XYZ 17.82 8.99 18.57 -
YUV 68.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 159 12 120 0 0.92 0.25 0.38 315.92 0.86 0.34
Hex 9F C 78 0 5C 19 26 13C 56 22
Octal 237 14 170 0 134 31 46 474 126 42
Binary 10011111 1100 1111000 0 1011100 11001 100110 100111100 1010110 100010

Color Harmonies of #9F0C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C78

Black with #9F0C78

Text Example


Text Example

White with #9F0C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,120); }

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

background-color css

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

 a { background-color: rgb(159,12,120); }

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

border-color css

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

 span { border-color: rgb(159,12,120); }

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