Html Css Color HEX #960971 Eggplant

📋 copy color: '#960971'

red 150 ◦ green 9 ◦ blue 113

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

Shades of Eggplant #960971

Tints of Eggplant #960971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 55.15%
G = 3.31%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#960971 (or 0x960971) is known color: Eggplant. HEX triplet: 96, 09 and 71. RGB value is (150,9,113). Sum of RGB (Red+Green+Blue) = 150+9+113=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960971 is #69F68E. Grayscale: #3E3E3E. Windows color (decimal): -6944399 or 7408022. OLE color: 7408022.

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

Color convert

RGB 150 9 113 -
CMYK 0 0.94 0.25 0.41
HSL 315.74º 0.89% 0.31% -
HSV(B) 315.74º 0.94% 0.59% -
XYZ 15.66 7.87 16.32 -
YUV 63.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 150 9 113 0 0.94 0.25 0.41 315.74 0.89 0.31
Hex 96 9 71 0 5E 19 29 13C 59 1F
Octal 226 11 161 0 136 31 51 474 131 37
Binary 10010110 1001 1110001 0 1011110 11001 101001 100111100 1011001 11111

Color Harmonies of #960971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960971

Black with #960971

Text Example


Text Example

White with #960971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960971; }

 p { color: rgb(150,9,113); }

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

background-color css

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

 a { background-color: rgb(150,9,113); }

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

border-color css

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

 span { border-color: rgb(150,9,113); }

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