Html Css Color HEX #9E0067 Eggplant

📋 copy color: '#9E0067'

red 158 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #9E0067

Tints of Eggplant #9E0067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.46%

R = 60.54%
G = 0%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E0067 (or 0x9E0067) is known color: Eggplant. HEX triplet: 9E, 00 and 67. RGB value is (158,0,103). Sum of RGB (Red+Green+Blue) = 158+0+103=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0067 is #61FF98. Grayscale: #3A3A3A. Windows color (decimal): -6422425 or 6750366. OLE color: 6750366.

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

Color convert

RGB 158 0 103 -
CMYK 0 1 0.35 0.38
HSL 320.89º 1% 0.31% -
HSV(B) 320.89º 1% 0.62% -
XYZ 16.55 8.25 13.55 -
YUV 58.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 158 0 103 0 1 0.35 0.38 320.89 1 0.31
Hex 9E 0 67 0 64 23 26 141 64 1F
Octal 236 0 147 0 144 43 46 501 144 37
Binary 10011110 0 1100111 0 1100100 100011 100110 101000001 1100100 11111

Color Harmonies of #9E0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0067

Black with #9E0067

Text Example


Text Example

White with #9E0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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