Html Css Color HEX #9E0078 Eggplant

📋 copy color: '#9E0078'

red 158 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #9E0078

Tints of Eggplant #9E0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 56.83%
G = 0%
B = 43.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E0078 (or 0x9E0078) is known color: Eggplant. HEX triplet: 9E, 00 and 78. RGB value is (158,0,120). Sum of RGB (Red+Green+Blue) = 158+0+120=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0078 is #61FF87. Grayscale: #3C3C3C. Windows color (decimal): -6422408 or 7864478. OLE color: 7864478.

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

Color convert

RGB 158 0 120 -
CMYK 0 1 0.24 0.38
HSL 314.43º 1% 0.31% -
HSV(B) 314.43º 1% 0.62% -
XYZ 17.49 8.63 18.51 -
YUV 60.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 158 0 120 0 1 0.24 0.38 314.43 1 0.31
Hex 9E 0 78 0 64 18 26 13A 64 1F
Octal 236 0 170 0 144 30 46 472 144 37
Binary 10011110 0 1111000 0 1100100 11000 100110 100111010 1100100 11111

Color Harmonies of #9E0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0078

Black with #9E0078

Text Example


Text Example

White with #9E0078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,120); }

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

background-color css

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

 a { background-color: rgb(158,0,120); }

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

border-color css

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

 span { border-color: rgb(158,0,120); }

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