Html Css Color HEX #960177 Eggplant

📋 copy color: '#960177'

red 150 ◦ green 1 ◦ blue 119

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

Shades of Eggplant #960177

Tints of Eggplant #960177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 55.56%
G = 0.37%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960177 (or 0x960177) is known color: Eggplant. HEX triplet: 96, 01 and 77. RGB value is (150,1,119). Sum of RGB (Red+Green+Blue) = 150+1+119=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960177 is #69FE88. Grayscale: #3A3A3A. Windows color (decimal): -6946441 or 7799190. OLE color: 7799190.

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

Color convert

RGB 150 1 119 -
CMYK 0 0.99 0.21 0.41
HSL 312.48º 0.99% 0.3% -
HSV(B) 312.48º 0.99% 0.59% -
XYZ 15.92 7.84 18.13 -
YUV 59 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 150 1 119 0 0.99 0.21 0.41 312.48 0.99 0.3
Hex 96 1 77 0 63 15 29 138 63 1E
Octal 226 1 167 0 143 25 51 470 143 36
Binary 10010110 1 1110111 0 1100011 10101 101001 100111000 1100011 11110

Color Harmonies of #960177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960177

Black with #960177

Text Example


Text Example

White with #960177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960177; }

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

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

background-color css

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

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

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

border-color css

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

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

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