Html Css Color HEX #960176 Eggplant

📋 copy color: '#960176'

red 150 ◦ green 1 ◦ blue 118

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

Shades of Eggplant #960176

Tints of Eggplant #960176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 55.76%
G = 0.37%
B = 43.87%

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

#960176 (or 0x960176) is known color: Eggplant. HEX triplet: 96, 01 and 76. RGB value is (150,1,118). Sum of RGB (Red+Green+Blue) = 150+1+118=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960176 is #69FE89. Grayscale: #3A3A3A. Windows color (decimal): -6946442 or 7733654. OLE color: 7733654.

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

Color convert

RGB 150 1 118 -
CMYK 0 0.99 0.21 0.41
HSL 312.89º 0.99% 0.3% -
HSV(B) 312.89º 0.99% 0.59% -
XYZ 15.86 7.81 17.81 -
YUV 58.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 150 1 118 0 0.99 0.21 0.41 312.89 0.99 0.3
Hex 96 1 76 0 63 15 29 139 63 1E
Octal 226 1 166 0 143 25 51 471 143 36
Binary 10010110 1 1110110 0 1100011 10101 101001 100111001 1100011 11110

Color Harmonies of #960176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960176

Black with #960176

Text Example


Text Example

White with #960176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960176; }

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

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

background-color css

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

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

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

border-color css

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

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

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