Html Css Color HEX #9E005D Eggplant

📋 copy color: '#9E005D'

red 158 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #9E005D

Tints of Eggplant #9E005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 62.95%
G = 0%
B = 37.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E005D (or 0x9E005D) is known color: Eggplant. HEX triplet: 9E, 00 and 5D. RGB value is (158,0,93). Sum of RGB (Red+Green+Blue) = 158+0+93=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005D is #61FFA2. Grayscale: #393939. Windows color (decimal): -6422435 or 6095006. OLE color: 6095006.

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

Color convert

RGB 158 0 93 -
CMYK 0 1 0.41 0.38
HSL 324.68º 1% 0.31% -
HSV(B) 324.68º 1% 0.62% -
XYZ 16.08 8.06 11.06 -
YUV 57.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 158 0 93 0 1 0.41 0.38 324.68 1 0.31
Hex 9E 0 5D 0 64 29 26 145 64 1F
Octal 236 0 135 0 144 51 46 505 144 37
Binary 10011110 0 1011101 0 1100100 101001 100110 101000101 1100100 11111

Color Harmonies of #9E005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E005D

Black with #9E005D

Text Example


Text Example

White with #9E005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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