Html Css Color HEX #9F0F71 Eggplant

📋 copy color: '#9F0F71'

red 159 ◦ green 15 ◦ blue 113

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

Shades of Eggplant #9F0F71

Tints of Eggplant #9F0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

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

R = 55.4%
G = 5.23%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F0F71 (or 0x9F0F71) is known color: Eggplant. HEX triplet: 9F, 0F and 71. RGB value is (159,15,113). Sum of RGB (Red+Green+Blue) = 159+15+113=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F71 is #60F08E. Grayscale: #444444. Windows color (decimal): -6353039 or 7409567. OLE color: 7409567.

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

Color convert

RGB 159 15 113 -
CMYK 0 0.91 0.29 0.38
HSL 319.17º 0.83% 0.34% -
HSV(B) 319.17º 0.91% 0.62% -
XYZ 17.45 8.9 16.42 -
YUV 69.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 159 15 113 0 0.91 0.29 0.38 319.17 0.83 0.34
Hex 9F F 71 0 5B 1D 26 13F 53 22
Octal 237 17 161 0 133 35 46 477 123 42
Binary 10011111 1111 1110001 0 1011011 11101 100110 100111111 1010011 100010

Color Harmonies of #9F0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0F71

Black with #9F0F71

Text Example


Text Example

White with #9F0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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