Html Css Color HEX #9E0870 Eggplant

📋 copy color: '#9E0870'

red 158 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #9E0870

Tints of Eggplant #9E0870

RGB

 RED value IS 158 (62.11% from 255) = 56.83%

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

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

R = 56.83%
G = 2.88%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E0870 (or 0x9E0870) is known color: Eggplant. HEX triplet: 9E, 08 and 70. RGB value is (158,8,112). Sum of RGB (Red+Green+Blue) = 158+8+112=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0870 is #61F78F. Grayscale: #404040. Windows color (decimal): -6420368 or 7342238. OLE color: 7342238.

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

Color convert

RGB 158 8 112 -
CMYK 0 0.95 0.29 0.38
HSL 318.4º 0.9% 0.33% -
HSV(B) 318.4º 0.95% 0.62% -
XYZ 17.11 8.61 16.09 -
YUV 64.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 158 8 112 0 0.95 0.29 0.38 318.4 0.9 0.33
Hex 9E 8 70 0 5F 1D 26 13E 5A 21
Octal 236 10 160 0 137 35 46 476 132 41
Binary 10011110 1000 1110000 0 1011111 11101 100110 100111110 1011010 100001

Color Harmonies of #9E0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0870

Black with #9E0870

Text Example


Text Example

White with #9E0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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