Html Css Color HEX #960057 Eggplant

📋 copy color: '#960057'

red 150 ◦ green 0 ◦ blue 87

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

Shades of Eggplant #960057

Tints of Eggplant #960057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 63.29%
G = 0%
B = 36.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#960057 (or 0x960057) is known color: Eggplant. HEX triplet: 96, 00 and 57. RGB value is (150,0,87). Sum of RGB (Red+Green+Blue) = 150+0+87=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #960057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960057 is #69FFA8. Grayscale: #363636. Windows color (decimal): -6946729 or 5701782. OLE color: 5701782.

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

Color convert

RGB 150 0 87 -
CMYK 0 1 0.42 0.41
HSL 325.2º 1% 0.29% -
HSV(B) 325.2º 1% 0.59% -
XYZ 14.3 7.17 9.65 -
YUV 54.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 150 0 87 0 1 0.42 0.41 325.2 1 0.29
Hex 96 0 57 0 64 2A 29 145 64 1D
Octal 226 0 127 0 144 52 51 505 144 35
Binary 10010110 0 1010111 0 1100100 101010 101001 101000101 1100100 11101

Color Harmonies of #960057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960057

Black with #960057

Text Example


Text Example

White with #960057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960057; }

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

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

background-color css

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

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

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

border-color css

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

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

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