Html Css Color HEX #961371 Eggplant

📋 copy color: '#961371'

red 150 ◦ green 19 ◦ blue 113

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

Shades of Eggplant #961371

Tints of Eggplant #961371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 53.19%
G = 6.74%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#961371 (or 0x961371) is known color: Eggplant. HEX triplet: 96, 13 and 71. RGB value is (150,19,113). Sum of RGB (Red+Green+Blue) = 150+19+113=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #961371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961371 is #69EC8E. Grayscale: #444444. Windows color (decimal): -6941839 or 7410582. OLE color: 7410582.

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

Color convert

RGB 150 19 113 -
CMYK 0 0.87 0.25 0.41
HSL 316.95º 0.78% 0.33% -
HSV(B) 316.95º 0.87% 0.59% -
XYZ 15.79 8.14 16.36 -
YUV 68.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 150 19 113 0 0.87 0.25 0.41 316.95 0.78 0.33
Hex 96 13 71 0 57 19 29 13D 4E 21
Octal 226 23 161 0 127 31 51 475 116 41
Binary 10010110 10011 1110001 0 1010111 11001 101001 100111101 1001110 100001

Color Harmonies of #961371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961371

Black with #961371

Text Example


Text Example

White with #961371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961371; }

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

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

background-color css

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

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

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

border-color css

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

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

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