Html Css Color HEX #96056E Eggplant

📋 copy color: '#96056E'

red 150 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #96056E

Tints of Eggplant #96056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 56.6%
G = 1.89%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96056E (or 0x96056E) is known color: Eggplant. HEX triplet: 96, 05 and 6E. RGB value is (150,5,110). Sum of RGB (Red+Green+Blue) = 150+5+110=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96056E is #69FA91. Grayscale: #3C3C3C. Windows color (decimal): -6945426 or 7210390. OLE color: 7210390.

HSL color Cylindrical-coordinate representation of color #96056E: hue angle of 316.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96056E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 110 -
CMYK 0 0.97 0.27 0.41
HSL 316.55º 0.94% 0.3% -
HSV(B) 316.55º 0.97% 0.59% -
XYZ 15.45 7.72 15.43 -
YUV 60.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 150 5 110 0 0.97 0.27 0.41 316.55 0.94 0.3
Hex 96 5 6E 0 61 1B 29 13D 5E 1E
Octal 226 5 156 0 141 33 51 475 136 36
Binary 10010110 101 1101110 0 1100001 11011 101001 100111101 1011110 11110

Color Harmonies of #96056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96056E

Black with #96056E

Text Example


Text Example

White with #96056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,5,110); }

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

background-color css

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

 a { background-color: rgb(150,5,110); }

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

border-color css

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

 span { border-color: rgb(150,5,110); }

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