Html Css Color HEX #9E026D Eggplant

📋 copy color: '#9E026D'

red 158 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #9E026D

Tints of Eggplant #9E026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 58.74%
G = 0.74%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E026D (or 0x9E026D) is known color: Eggplant. HEX triplet: 9E, 02 and 6D. RGB value is (158,2,109). Sum of RGB (Red+Green+Blue) = 158+2+109=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E026D is #61FD92. Grayscale: #3C3C3C. Windows color (decimal): -6421907 or 7144094. OLE color: 7144094.

HSL color Cylindrical-coordinate representation of color #9E026D: hue angle of 318.85º degrees, saturation: 0.98, 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 #9E026D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 2 109 -
CMYK 0 0.99 0.31 0.38
HSL 318.85º 0.98% 0.31% -
HSV(B) 318.85º 0.99% 0.62% -
XYZ 16.88 8.42 15.2 -
YUV 60.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 158 2 109 0 0.99 0.31 0.38 318.85 0.98 0.31
Hex 9E 2 6D 0 63 1F 26 13F 62 1F
Octal 236 2 155 0 143 37 46 477 142 37
Binary 10011110 10 1101101 0 1100011 11111 100110 100111111 1100010 11111

Color Harmonies of #9E026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E026D

Black with #9E026D

Text Example


Text Example

White with #9E026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,109); }

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

background-color css

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

 a { background-color: rgb(158,2,109); }

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

border-color css

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

 span { border-color: rgb(158,2,109); }

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