Html Css Color HEX #9E006A Eggplant

📋 copy color: '#9E006A'

red 158 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #9E006A

Tints of Eggplant #9E006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 59.85%
G = 0%
B = 40.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E006A (or 0x9E006A) is known color: Eggplant. HEX triplet: 9E, 00 and 6A. RGB value is (158,0,106). Sum of RGB (Red+Green+Blue) = 158+0+106=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E006A is #61FF95. Grayscale: #3B3B3B. Windows color (decimal): -6422422 or 6946974. OLE color: 6946974.

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

Color convert

RGB 158 0 106 -
CMYK 0 1 0.33 0.38
HSL 319.75º 1% 0.31% -
HSV(B) 319.75º 1% 0.62% -
XYZ 16.7 8.31 14.36 -
YUV 59.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 158 0 106 0 1 0.33 0.38 319.75 1 0.31
Hex 9E 0 6A 0 64 21 26 140 64 1F
Octal 236 0 152 0 144 41 46 500 144 37
Binary 10011110 0 1101010 0 1100100 100001 100110 101000000 1100100 11111

Color Harmonies of #9E006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E006A

Black with #9E006A

Text Example


Text Example

White with #9E006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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