Html Css Color HEX #96055D Eggplant

📋 copy color: '#96055D'

red 150 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #96055D

Tints of Eggplant #96055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 60.48%
G = 2.02%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96055D (or 0x96055D) is known color: Eggplant. HEX triplet: 96, 05 and 5D. RGB value is (150,5,93). Sum of RGB (Red+Green+Blue) = 150+5+93=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96055D is #69FAA2. Grayscale: #3A3A3A. Windows color (decimal): -6945443 or 6096278. OLE color: 6096278.

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

Color convert

RGB 150 5 93 -
CMYK 0 0.97 0.38 0.41
HSL 323.59º 0.94% 0.3% -
HSV(B) 323.59º 0.97% 0.59% -
XYZ 14.61 7.38 11.01 -
YUV 58.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 150 5 93 0 0.97 0.38 0.41 323.59 0.94 0.3
Hex 96 5 5D 0 61 26 29 144 5E 1E
Octal 226 5 135 0 141 46 51 504 136 36
Binary 10010110 101 1011101 0 1100001 100110 101001 101000100 1011110 11110

Color Harmonies of #96055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96055D

Black with #96055D

Text Example


Text Example

White with #96055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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