Html Css Color HEX #961072 Eggplant

📋 copy color: '#961072'

red 150 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #961072

Tints of Eggplant #961072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 53.57%
G = 5.71%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#961072 (or 0x961072) is known color: Eggplant. HEX triplet: 96, 10 and 72. RGB value is (150,16,114). Sum of RGB (Red+Green+Blue) = 150+16+114=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #961072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961072 is #69EF8D. Grayscale: #424242. Windows color (decimal): -6942606 or 7475350. OLE color: 7475350.

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

Color convert

RGB 150 16 114 -
CMYK 0 0.89 0.24 0.41
HSL 316.12º 0.81% 0.33% -
HSV(B) 316.12º 0.89% 0.59% -
XYZ 15.8 8.07 16.64 -
YUV 67.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 150 16 114 0 0.89 0.24 0.41 316.12 0.81 0.33
Hex 96 10 72 0 59 18 29 13C 51 21
Octal 226 20 162 0 131 30 51 474 121 41
Binary 10010110 10000 1110010 0 1011001 11000 101001 100111100 1010001 100001

Color Harmonies of #961072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961072

Black with #961072

Text Example


Text Example

White with #961072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961072; }

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

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

background-color css

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

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

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

border-color css

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

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

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