Html Css Color HEX #960055 Eggplant

📋 copy color: '#960055'

red 150 ◦ green 0 ◦ blue 85

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

Shades of Eggplant #960055

Tints of Eggplant #960055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 63.83%
G = 0%
B = 36.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#960055 (or 0x960055) is known color: Eggplant. HEX triplet: 96, 00 and 55. RGB value is (150,0,85). Sum of RGB (Red+Green+Blue) = 150+0+85=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #960055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960055 is #69FFAA. Grayscale: #363636. Windows color (decimal): -6946731 or 5570710. OLE color: 5570710.

HSL color Cylindrical-coordinate representation of color #960055: hue angle of 326º 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 #960055 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 85 -
CMYK 0 1 0.43 0.41
HSL 326º 1% 0.29% -
HSV(B) 326º 1% 0.59% -
XYZ 14.22 7.14 9.22 -
YUV 54.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 150 0 85 0 1 0.43 0.41 326 1 0.29
Hex 96 0 55 0 64 2B 29 146 64 1D
Octal 226 0 125 0 144 53 51 506 144 35
Binary 10010110 0 1010101 0 1100100 101011 101001 101000110 1100100 11101

Color Harmonies of #960055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960055

Black with #960055

Text Example


Text Example

White with #960055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960055; }

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

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

background-color css

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

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

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

border-color css

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

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

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