Html Css Color HEX #9E0276 Eggplant

📋 copy color: '#9E0276'

red 158 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #9E0276

Tints of Eggplant #9E0276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.45%

R = 56.83%
G = 0.72%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E0276 (or 0x9E0276) is known color: Eggplant. HEX triplet: 9E, 02 and 76. RGB value is (158,2,118). Sum of RGB (Red+Green+Blue) = 158+2+118=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0276 is #61FD89. Grayscale: #3D3D3D. Windows color (decimal): -6421898 or 7733918. OLE color: 7733918.

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

Color convert

RGB 158 2 118 -
CMYK 0 0.99 0.25 0.38
HSL 315.38º 0.98% 0.31% -
HSV(B) 315.38º 0.99% 0.62% -
XYZ 17.39 8.62 17.89 -
YUV 61.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 158 2 118 0 0.99 0.25 0.38 315.38 0.98 0.31
Hex 9E 2 76 0 63 19 26 13B 62 1F
Octal 236 2 166 0 143 31 46 473 142 37
Binary 10011110 10 1110110 0 1100011 11001 100110 100111011 1100010 11111

Color Harmonies of #9E0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0276

Black with #9E0276

Text Example


Text Example

White with #9E0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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