Html Css Color HEX #9E0069 Eggplant

📋 copy color: '#9E0069'

red 158 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #9E0069

Tints of Eggplant #9E0069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 60.08%
G = 0%
B = 39.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E0069 (or 0x9E0069) is known color: Eggplant. HEX triplet: 9E, 00 and 69. RGB value is (158,0,105). Sum of RGB (Red+Green+Blue) = 158+0+105=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0069 is #61FF96. Grayscale: #3A3A3A. Windows color (decimal): -6422423 or 6881438. OLE color: 6881438.

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

Color convert

RGB 158 0 105 -
CMYK 0 1 0.34 0.38
HSL 320.13º 1% 0.31% -
HSV(B) 320.13º 1% 0.62% -
XYZ 16.65 8.29 14.09 -
YUV 59.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 158 0 105 0 1 0.34 0.38 320.13 1 0.31
Hex 9E 0 69 0 64 22 26 140 64 1F
Octal 236 0 151 0 144 42 46 500 144 37
Binary 10011110 0 1101001 0 1100100 100010 100110 101000000 1100100 11111

Color Harmonies of #9E0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0069

Black with #9E0069

Text Example


Text Example

White with #9E0069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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