Html Css Color HEX #960B77 Eggplant

📋 copy color: '#960B77'

red 150 ◦ green 11 ◦ blue 119

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

Shades of Eggplant #960B77

Tints of Eggplant #960B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 53.57%
G = 3.93%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960B77 (or 0x960B77) is known color: Eggplant. HEX triplet: 96, 0B and 77. RGB value is (150,11,119). Sum of RGB (Red+Green+Blue) = 150+11+119=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #960B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B77 is #69F488. Grayscale: #404040. Windows color (decimal): -6943881 or 7801750. OLE color: 7801750.

HSL color Cylindrical-coordinate representation of color #960B77: hue angle of 313.38º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B77 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 11 119 -
CMYK 0 0.93 0.21 0.41
HSL 313.38º 0.86% 0.32% -
HSV(B) 313.38º 0.93% 0.59% -
XYZ 16.03 8.06 18.16 -
YUV 64.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 150 11 119 0 0.93 0.21 0.41 313.38 0.86 0.32
Hex 96 B 77 0 5D 15 29 139 56 20
Octal 226 13 167 0 135 25 51 471 126 40
Binary 10010110 1011 1110111 0 1011101 10101 101001 100111001 1010110 100000

Color Harmonies of #960B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960B77

Black with #960B77

Text Example


Text Example

White with #960B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960B77; }

 p { color: rgb(150,11,119); }

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

background-color css

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

 a { background-color: rgb(150,11,119); }

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

border-color css

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

 span { border-color: rgb(150,11,119); }

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