Html Css Color HEX #961170 Eggplant

📋 copy color: '#961170'

red 150 ◦ green 17 ◦ blue 112

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

Shades of Eggplant #961170

Tints of Eggplant #961170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 53.76%
G = 6.09%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#961170 (or 0x961170) is known color: Eggplant. HEX triplet: 96, 11 and 70. RGB value is (150,17,112). Sum of RGB (Red+Green+Blue) = 150+17+112=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #961170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961170 is #69EE8F. Grayscale: #434343. Windows color (decimal): -6942352 or 7344534. OLE color: 7344534.

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

Color convert

RGB 150 17 112 -
CMYK 0 0.89 0.25 0.41
HSL 317.14º 0.8% 0.33% -
HSV(B) 317.14º 0.89% 0.59% -
XYZ 15.7 8.05 16.06 -
YUV 67.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 150 17 112 0 0.89 0.25 0.41 317.14 0.8 0.33
Hex 96 11 70 0 59 19 29 13D 50 21
Octal 226 21 160 0 131 31 51 475 120 41
Binary 10010110 10001 1110000 0 1011001 11001 101001 100111101 1010000 100001

Color Harmonies of #961170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961170

Black with #961170

Text Example


Text Example

White with #961170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961170; }

 p { color: rgb(150,17,112); }

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

background-color css

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

 a { background-color: rgb(150,17,112); }

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

border-color css

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

 span { border-color: rgb(150,17,112); }

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