Html Css Color HEX #9E0162 Eggplant

📋 copy color: '#9E0162'

red 158 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #9E0162

Tints of Eggplant #9E0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 61.48%
G = 0.39%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E0162 (or 0x9E0162) is known color: Eggplant. HEX triplet: 9E, 01 and 62. RGB value is (158,1,98). Sum of RGB (Red+Green+Blue) = 158+1+98=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0162 is #61FE9D. Grayscale: #3A3A3A. Windows color (decimal): -6422174 or 6422942. OLE color: 6422942.

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

Color convert

RGB 158 1 98 -
CMYK 0 0.99 0.38 0.38
HSL 322.93º 0.99% 0.31% -
HSV(B) 322.93º 0.99% 0.62% -
XYZ 16.32 8.17 12.27 -
YUV 59 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 158 1 98 0 0.99 0.38 0.38 322.93 0.99 0.31
Hex 9E 1 62 0 63 26 26 143 63 1F
Octal 236 1 142 0 143 46 46 503 143 37
Binary 10011110 1 1100010 0 1100011 100110 100110 101000011 1100011 11111

Color Harmonies of #9E0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0162

Black with #9E0162

Text Example


Text Example

White with #9E0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,1,98); }

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

background-color css

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

 a { background-color: rgb(158,1,98); }

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

border-color css

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

 span { border-color: rgb(158,1,98); }

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