Html Css Color HEX #960771 Eggplant

📋 copy color: '#960771'

red 150 ◦ green 7 ◦ blue 113

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

Shades of Eggplant #960771

Tints of Eggplant #960771

RGB

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

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

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

R = 55.56%
G = 2.59%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#960771 (or 0x960771) is known color: Eggplant. HEX triplet: 96, 07 and 71. RGB value is (150,7,113). Sum of RGB (Red+Green+Blue) = 150+7+113=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960771 is #69F88E. Grayscale: #3D3D3D. Windows color (decimal): -6944911 or 7407510. OLE color: 7407510.

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

Color convert

RGB 150 7 113 -
CMYK 0 0.95 0.25 0.41
HSL 315.52º 0.91% 0.31% -
HSV(B) 315.52º 0.95% 0.59% -
XYZ 15.63 7.83 16.31 -
YUV 61.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 150 7 113 0 0.95 0.25 0.41 315.52 0.91 0.31
Hex 96 7 71 0 5F 19 29 13C 5B 1F
Octal 226 7 161 0 137 31 51 474 133 37
Binary 10010110 111 1110001 0 1011111 11001 101001 100111100 1011011 11111

Color Harmonies of #960771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960771

Black with #960771

Text Example


Text Example

White with #960771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960771; }

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

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

background-color css

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

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

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

border-color css

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

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

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