Html Css Color HEX #960777 Eggplant

📋 copy color: '#960777'

red 150 ◦ green 7 ◦ blue 119

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

Shades of Eggplant #960777

Tints of Eggplant #960777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 54.35%
G = 2.54%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960777 (or 0x960777) is known color: Eggplant. HEX triplet: 96, 07 and 77. RGB value is (150,7,119). Sum of RGB (Red+Green+Blue) = 150+7+119=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960777 is #69F888. Grayscale: #3E3E3E. Windows color (decimal): -6944905 or 7800726. OLE color: 7800726.

HSL color Cylindrical-coordinate representation of color #960777: hue angle of 313.01º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960777 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 119 -
CMYK 0 0.95 0.21 0.41
HSL 313.01º 0.91% 0.31% -
HSV(B) 313.01º 0.95% 0.59% -
XYZ 15.98 7.97 18.15 -
YUV 62.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 150 7 119 0 0.95 0.21 0.41 313.01 0.91 0.31
Hex 96 7 77 0 5F 15 29 139 5B 1F
Octal 226 7 167 0 137 25 51 471 133 37
Binary 10010110 111 1110111 0 1011111 10101 101001 100111001 1011011 11111

Color Harmonies of #960777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960777

Black with #960777

Text Example


Text Example

White with #960777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960777; }

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

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

background-color css

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

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

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

border-color css

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

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

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