Html Css Color HEX #9E0068 Eggplant

📋 copy color: '#9E0068'

red 158 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #9E0068

Tints of Eggplant #9E0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 60.31%
G = 0%
B = 39.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E0068 (or 0x9E0068) is known color: Eggplant. HEX triplet: 9E, 00 and 68. RGB value is (158,0,104). Sum of RGB (Red+Green+Blue) = 158+0+104=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0068 is #61FF97. Grayscale: #3A3A3A. Windows color (decimal): -6422424 or 6815902. OLE color: 6815902.

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

Color convert

RGB 158 0 104 -
CMYK 0 1 0.34 0.38
HSL 320.51º 1% 0.31% -
HSV(B) 320.51º 1% 0.62% -
XYZ 16.6 8.27 13.82 -
YUV 59.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 158 0 104 0 1 0.34 0.38 320.51 1 0.31
Hex 9E 0 68 0 64 22 26 141 64 1F
Octal 236 0 150 0 144 42 46 501 144 37
Binary 10011110 0 1101000 0 1100100 100010 100110 101000001 1100100 11111

Color Harmonies of #9E0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0068

Black with #9E0068

Text Example


Text Example

White with #9E0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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