Html Css Color HEX #960558 Eggplant

📋 copy color: '#960558'

red 150 ◦ green 5 ◦ blue 88

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

Shades of Eggplant #960558

Tints of Eggplant #960558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 61.73%
G = 2.06%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960558 (or 0x960558) is known color: Eggplant. HEX triplet: 96, 05 and 58. RGB value is (150,5,88). Sum of RGB (Red+Green+Blue) = 150+5+88=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #960558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960558 is #69FAA7. Grayscale: #393939. Windows color (decimal): -6945448 or 5768598. OLE color: 5768598.

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

Color convert

RGB 150 5 88 -
CMYK 0 0.97 0.41 0.41
HSL 325.66º 0.94% 0.3% -
HSV(B) 325.66º 0.97% 0.59% -
XYZ 14.39 7.3 9.88 -
YUV 57.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 150 5 88 0 0.97 0.41 0.41 325.66 0.94 0.3
Hex 96 5 58 0 61 29 29 146 5E 1E
Octal 226 5 130 0 141 51 51 506 136 36
Binary 10010110 101 1011000 0 1100001 101001 101001 101000110 1011110 11110

Color Harmonies of #960558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960558

Black with #960558

Text Example


Text Example

White with #960558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960558; }

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

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

background-color css

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

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

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

border-color css

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

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

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