Html Css Color HEX #960563 Eggplant

📋 copy color: '#960563'

red 150 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #960563

Tints of Eggplant #960563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 59.06%
G = 1.97%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#960563 (or 0x960563) is known color: Eggplant. HEX triplet: 96, 05 and 63. RGB value is (150,5,99). Sum of RGB (Red+Green+Blue) = 150+5+99=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #960563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960563 is #69FA9C. Grayscale: #3A3A3A. Windows color (decimal): -6945437 or 6489494. OLE color: 6489494.

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

Color convert

RGB 150 5 99 -
CMYK 0 0.97 0.34 0.41
HSL 321.1º 0.94% 0.3% -
HSV(B) 321.1º 0.97% 0.59% -
XYZ 14.88 7.49 12.47 -
YUV 59.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 150 5 99 0 0.97 0.34 0.41 321.1 0.94 0.3
Hex 96 5 63 0 61 22 29 141 5E 1E
Octal 226 5 143 0 141 42 51 501 136 36
Binary 10010110 101 1100011 0 1100001 100010 101001 101000001 1011110 11110

Color Harmonies of #960563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960563

Black with #960563

Text Example


Text Example

White with #960563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960563; }

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

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

background-color css

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

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

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

border-color css

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

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

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