Html Css Color HEX #96005E Eggplant

📋 copy color: '#96005E'

red 150 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #96005E

Tints of Eggplant #96005E

RGB

 RED value IS 150 (58.98% from 255) = 61.48%

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

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 61.48%
G = 0%
B = 38.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96005E (or 0x96005E) is known color: Eggplant. HEX triplet: 96, 00 and 5E. RGB value is (150,0,94). Sum of RGB (Red+Green+Blue) = 150+0+94=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005E is #69FFA1. Grayscale: #373737. Windows color (decimal): -6946722 or 6160534. OLE color: 6160534.

HSL color Cylindrical-coordinate representation of color #96005E: hue angle of 322.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96005E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 94 -
CMYK 0 1 0.37 0.41
HSL 322.4º 1% 0.29% -
HSV(B) 322.4º 1% 0.59% -
XYZ 14.6 7.29 11.23 -
YUV 55.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 150 0 94 0 1 0.37 0.41 322.4 1 0.29
Hex 96 0 5E 0 64 25 29 142 64 1D
Octal 226 0 136 0 144 45 51 502 144 35
Binary 10010110 0 1011110 0 1100100 100101 101001 101000010 1100100 11101

Color Harmonies of #96005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96005E

Black with #96005E

Text Example


Text Example

White with #96005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96005E; }

 p { color: rgb(150,0,94); }

 H1.HeaderClassName
 {
   color: #96005E;
 }
 .AnyTagClassName
 {
   color: #96005E;
 }
</style>

background-color css

<style>
 a { background-color: #96005E; }

 a { background-color: rgb(150,0,94); }

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

border-color css

<style>
 span { border-color: #96005E; }

 span { border-color: rgb(150,0,94); }

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