Html Css Color HEX #96056D Eggplant

📋 copy color: '#96056D'

red 150 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #96056D

Tints of Eggplant #96056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 56.82%
G = 1.89%
B = 41.29%

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

#96056D (or 0x96056D) is known color: Eggplant. HEX triplet: 96, 05 and 6D. RGB value is (150,5,109). Sum of RGB (Red+Green+Blue) = 150+5+109=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96056D is #69FA92. Grayscale: #3B3B3B. Windows color (decimal): -6945427 or 7144854. OLE color: 7144854.

HSL color Cylindrical-coordinate representation of color #96056D: hue angle of 316.97º 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 #96056D is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 109 -
CMYK 0 0.97 0.27 0.41
HSL 316.97º 0.94% 0.3% -
HSV(B) 316.97º 0.97% 0.59% -
XYZ 15.39 7.7 15.14 -
YUV 60.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 150 5 109 0 0.97 0.27 0.41 316.97 0.94 0.3
Hex 96 5 6D 0 61 1B 29 13D 5E 1E
Octal 226 5 155 0 141 33 51 475 136 36
Binary 10010110 101 1101101 0 1100001 11011 101001 100111101 1011110 11110

Color Harmonies of #96056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96056D

Black with #96056D

Text Example


Text Example

White with #96056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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