Html Css Color HEX #9F086F Eggplant

📋 copy color: '#9F086F'

red 159 ◦ green 8 ◦ blue 111

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

Shades of Eggplant #9F086F

Tints of Eggplant #9F086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 57.19%
G = 2.88%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F086F (or 0x9F086F) is known color: Eggplant. HEX triplet: 9F, 08 and 6F. RGB value is (159,8,111). Sum of RGB (Red+Green+Blue) = 159+8+111=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F086F is #60F790. Grayscale: #404040. Windows color (decimal): -6354833 or 7276703. OLE color: 7276703.

HSL color Cylindrical-coordinate representation of color #9F086F: hue angle of 319.07º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F086F is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 111 -
CMYK 0 0.95 0.30 0.38
HSL 319.07º 0.9% 0.33% -
HSV(B) 319.07º 0.95% 0.62% -
XYZ 17.25 8.69 15.81 -
YUV 64.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 159 8 111 0 0.95 0.30 0.38 319.07 0.9 0.33
Hex 9F 8 6F 0 5F 1E 26 13F 5A 21
Octal 237 10 157 0 137 36 46 477 132 41
Binary 10011111 1000 1101111 0 1011111 11110 100110 100111111 1011010 100001

Color Harmonies of #9F086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F086F

Black with #9F086F

Text Example


Text Example

White with #9F086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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