Html Css Color HEX #9F0E6F Eggplant

📋 copy color: '#9F0E6F'

red 159 ◦ green 14 ◦ blue 111

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

Shades of Eggplant #9F0E6F

Tints of Eggplant #9F0E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 55.99%
G = 4.93%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F0E6F (or 0x9F0E6F) is known color: Eggplant. HEX triplet: 9F, 0E and 6F. RGB value is (159,14,111). Sum of RGB (Red+Green+Blue) = 159+14+111=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6F is #60F190. Grayscale: #444444. Windows color (decimal): -6353297 or 7278239. OLE color: 7278239.

HSL color Cylindrical-coordinate representation of color #9F0E6F: hue angle of 319.86º degrees, saturation: 0.84, 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 #9F0E6F is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 14 111 -
CMYK 0 0.91 0.30 0.38
HSL 319.86º 0.84% 0.34% -
HSV(B) 319.86º 0.91% 0.62% -
XYZ 17.32 8.83 15.83 -
YUV 68.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 159 14 111 0 0.91 0.30 0.38 319.86 0.84 0.34
Hex 9F E 6F 0 5B 1E 26 140 54 22
Octal 237 16 157 0 133 36 46 500 124 42
Binary 10011111 1110 1101111 0 1011011 11110 100110 101000000 1010100 100010

Color Harmonies of #9F0E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E6F

Black with #9F0E6F

Text Example


Text Example

White with #9F0E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,14,111); }

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

background-color css

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

 a { background-color: rgb(159,14,111); }

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

border-color css

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

 span { border-color: rgb(159,14,111); }

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