Html Css Color HEX #9F0C71 Eggplant

📋 copy color: '#9F0C71'

red 159 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #9F0C71

Tints of Eggplant #9F0C71

RGB

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

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

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

R = 55.99%
G = 4.23%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F0C71 (or 0x9F0C71) is known color: Eggplant. HEX triplet: 9F, 0C and 71. RGB value is (159,12,113). Sum of RGB (Red+Green+Blue) = 159+12+113=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C71 is #60F38E. Grayscale: #434343. Windows color (decimal): -6353807 or 7408799. OLE color: 7408799.

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

Color convert

RGB 159 12 113 -
CMYK 0 0.92 0.29 0.38
HSL 318.78º 0.86% 0.34% -
HSV(B) 318.78º 0.92% 0.62% -
XYZ 17.41 8.83 16.41 -
YUV 67.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 159 12 113 0 0.92 0.29 0.38 318.78 0.86 0.34
Hex 9F C 71 0 5C 1D 26 13F 56 22
Octal 237 14 161 0 134 35 46 477 126 42
Binary 10011111 1100 1110001 0 1011100 11101 100110 100111111 1010110 100010

Color Harmonies of #9F0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C71

Black with #9F0C71

Text Example


Text Example

White with #9F0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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