Html Css Color HEX #9E036F Eggplant

📋 copy color: '#9E036F'

red 158 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #9E036F

Tints of Eggplant #9E036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 58.09%
G = 1.1%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E036F (or 0x9E036F) is known color: Eggplant. HEX triplet: 9E, 03 and 6F. RGB value is (158,3,111). Sum of RGB (Red+Green+Blue) = 158+3+111=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E036F is #61FC90. Grayscale: #3D3D3D. Windows color (decimal): -6421649 or 7275422. OLE color: 7275422.

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

Color convert

RGB 158 3 111 -
CMYK 0 0.98 0.30 0.38
HSL 318.19º 0.96% 0.32% -
HSV(B) 318.19º 0.98% 0.62% -
XYZ 17 8.48 15.78 -
YUV 61.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 158 3 111 0 0.98 0.30 0.38 318.19 0.96 0.32
Hex 9E 3 6F 0 62 1E 26 13E 60 20
Octal 236 3 157 0 142 36 46 476 140 40
Binary 10011110 11 1101111 0 1100010 11110 100110 100111110 1100000 100000

Color Harmonies of #9E036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E036F

Black with #9E036F

Text Example


Text Example

White with #9E036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,3,111); }

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

background-color css

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

 a { background-color: rgb(158,3,111); }

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

border-color css

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

 span { border-color: rgb(158,3,111); }

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