Html Css Color HEX #9F0870 Eggplant

📋 copy color: '#9F0870'

red 159 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #9F0870

Tints of Eggplant #9F0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 56.99%
G = 2.87%
B = 40.14%

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

#9F0870 (or 0x9F0870) is known color: Eggplant. HEX triplet: 9F, 08 and 70. RGB value is (159,8,112). Sum of RGB (Red+Green+Blue) = 159+8+112=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0870 is #60F78F. Grayscale: #404040. Windows color (decimal): -6354832 or 7342239. OLE color: 7342239.

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

Color convert

RGB 159 8 112 -
CMYK 0 0.95 0.30 0.38
HSL 318.68º 0.9% 0.33% -
HSV(B) 318.68º 0.95% 0.62% -
XYZ 17.31 8.71 16.1 -
YUV 65.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 159 8 112 0 0.95 0.30 0.38 318.68 0.9 0.33
Hex 9F 8 70 0 5F 1E 26 13F 5A 21
Octal 237 10 160 0 137 36 46 477 132 41
Binary 10011111 1000 1110000 0 1011111 11110 100110 100111111 1011010 100001

Color Harmonies of #9F0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0870

Black with #9F0870

Text Example


Text Example

White with #9F0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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