Html Css Color HEX #961071 Eggplant

📋 copy color: '#961071'

red 150 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #961071

Tints of Eggplant #961071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 53.76%
G = 5.73%
B = 40.5%

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

#961071 (or 0x961071) is known color: Eggplant. HEX triplet: 96, 10 and 71. RGB value is (150,16,113). Sum of RGB (Red+Green+Blue) = 150+16+113=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #961071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961071 is #69EF8E. Grayscale: #424242. Windows color (decimal): -6942607 or 7409814. OLE color: 7409814.

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

Color convert

RGB 150 16 113 -
CMYK 0 0.89 0.25 0.41
HSL 316.57º 0.81% 0.33% -
HSV(B) 316.57º 0.89% 0.59% -
XYZ 15.74 8.05 16.35 -
YUV 67.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 150 16 113 0 0.89 0.25 0.41 316.57 0.81 0.33
Hex 96 10 71 0 59 19 29 13D 51 21
Octal 226 20 161 0 131 31 51 475 121 41
Binary 10010110 10000 1110001 0 1011001 11001 101001 100111101 1010001 100001

Color Harmonies of #961071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961071

Black with #961071

Text Example


Text Example

White with #961071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961071; }

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

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

background-color css

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

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

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

border-color css

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

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

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