Html Css Color HEX #960871 Eggplant

📋 copy color: '#960871'

red 150 ◦ green 8 ◦ blue 113

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

Shades of Eggplant #960871

Tints of Eggplant #960871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 55.35%
G = 2.95%
B = 41.7%

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

#960871 (or 0x960871) is known color: Eggplant. HEX triplet: 96, 08 and 71. RGB value is (150,8,113). Sum of RGB (Red+Green+Blue) = 150+8+113=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960871 is #69F78E. Grayscale: #3E3E3E. Windows color (decimal): -6944655 or 7407766. OLE color: 7407766.

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

Color convert

RGB 150 8 113 -
CMYK 0 0.95 0.25 0.41
HSL 315.63º 0.9% 0.31% -
HSV(B) 315.63º 0.95% 0.59% -
XYZ 15.65 7.85 16.31 -
YUV 62.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 150 8 113 0 0.95 0.25 0.41 315.63 0.9 0.31
Hex 96 8 71 0 5F 19 29 13C 5A 1F
Octal 226 10 161 0 137 31 51 474 132 37
Binary 10010110 1000 1110001 0 1011111 11001 101001 100111100 1011010 11111

Color Harmonies of #960871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960871

Black with #960871

Text Example


Text Example

White with #960871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960871; }

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

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

background-color css

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

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

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

border-color css

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

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

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