Html Css Color HEX #981166 Eggplant

📋 copy color: '#981166'

red 152 ◦ green 17 ◦ blue 102

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

Shades of Eggplant #981166

Tints of Eggplant #981166

RGB

 RED value IS 152 (59.77% from 255) = 56.09%

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

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

R = 56.09%
G = 6.27%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#981166 (or 0x981166) is known color: Eggplant. HEX triplet: 98, 11 and 66. RGB value is (152,17,102). Sum of RGB (Red+Green+Blue) = 152+17+102=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #981166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981166 is #67EE99. Grayscale: #424242. Windows color (decimal): -6811290 or 6689176. OLE color: 6689176.

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

Color convert

RGB 152 17 102 -
CMYK 0 0.89 0.33 0.40
HSL 322.22º 0.8% 0.33% -
HSV(B) 322.22º 0.89% 0.6% -
XYZ 15.55 8.04 13.3 -
YUV 67.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 152 17 102 0 0.89 0.33 0.40 322.22 0.8 0.33
Hex 98 11 66 0 59 21 28 142 50 21
Octal 230 21 146 0 131 41 50 502 120 41
Binary 10011000 10001 1100110 0 1011001 100001 101000 101000010 1010000 100001

Color Harmonies of #981166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981166

Black with #981166

Text Example


Text Example

White with #981166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981166; }

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

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

background-color css

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

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

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

border-color css

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

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

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