Html Css Color HEX #961166 Eggplant

📋 copy color: '#961166'

red 150 ◦ green 17 ◦ blue 102

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

Shades of Eggplant #961166

Tints of Eggplant #961166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 55.76%
G = 6.32%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#961166 (or 0x961166) is known color: Eggplant. HEX triplet: 96, 11 and 66. RGB value is (150,17,102). Sum of RGB (Red+Green+Blue) = 150+17+102=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #961166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961166 is #69EE99. Grayscale: #424242. Windows color (decimal): -6942362 or 6689174. OLE color: 6689174.

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

Color convert

RGB 150 17 102 -
CMYK 0 0.89 0.32 0.41
HSL 321.65º 0.8% 0.33% -
HSV(B) 321.65º 0.89% 0.59% -
XYZ 15.18 7.84 13.28 -
YUV 66.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 150 17 102 0 0.89 0.32 0.41 321.65 0.8 0.33
Hex 96 11 66 0 59 20 29 142 50 21
Octal 226 21 146 0 131 40 51 502 120 41
Binary 10010110 10001 1100110 0 1011001 100000 101001 101000010 1010000 100001

Color Harmonies of #961166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961166

Black with #961166

Text Example


Text Example

White with #961166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961166; }

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

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

background-color css

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

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

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

border-color css

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

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

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