Html Css Color HEX #9E0362 Eggplant

📋 copy color: '#9E0362'

red 158 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #9E0362

Tints of Eggplant #9E0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 61%
G = 1.16%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E0362 (or 0x9E0362) is known color: Eggplant. HEX triplet: 9E, 03 and 62. RGB value is (158,3,98). Sum of RGB (Red+Green+Blue) = 158+3+98=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0362 is #61FC9D. Grayscale: #3B3B3B. Windows color (decimal): -6421662 or 6423454. OLE color: 6423454.

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

Color convert

RGB 158 3 98 -
CMYK 0 0.98 0.38 0.38
HSL 323.23º 0.96% 0.32% -
HSV(B) 323.23º 0.98% 0.62% -
XYZ 16.34 8.22 12.28 -
YUV 60.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 158 3 98 0 0.98 0.38 0.38 323.23 0.96 0.32
Hex 9E 3 62 0 62 26 26 143 60 20
Octal 236 3 142 0 142 46 46 503 140 40
Binary 10011110 11 1100010 0 1100010 100110 100110 101000011 1100000 100000

Color Harmonies of #9E0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0362

Black with #9E0362

Text Example


Text Example

White with #9E0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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