Html Css Color HEX #9F0070 Eggplant

📋 copy color: '#9F0070'

red 159 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #9F0070

Tints of Eggplant #9F0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.67%
G = 0%
B = 41.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F0070 (or 0x9F0070) is known color: Eggplant. HEX triplet: 9F, 00 and 70. RGB value is (159,0,112). Sum of RGB (Red+Green+Blue) = 159+0+112=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0070 is #60FF8F. Grayscale: #3C3C3C. Windows color (decimal): -6356880 or 7340191. OLE color: 7340191.

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

Color convert

RGB 159 0 112 -
CMYK 0 1 0.30 0.38
HSL 317.74º 1% 0.31% -
HSV(B) 317.74º 1% 0.62% -
XYZ 17.22 8.54 16.07 -
YUV 60.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 159 0 112 0 1 0.30 0.38 317.74 1 0.31
Hex 9F 0 70 0 64 1E 26 13E 64 1F
Octal 237 0 160 0 144 36 46 476 144 37
Binary 10011111 0 1110000 0 1100100 11110 100110 100111110 1100100 11111

Color Harmonies of #9F0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0070

Black with #9F0070

Text Example


Text Example

White with #9F0070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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