Html Css Color HEX #981170 Eggplant

📋 copy color: '#981170'

red 152 ◦ green 17 ◦ blue 112

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

Shades of Eggplant #981170

Tints of Eggplant #981170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 54.09%
G = 6.05%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981170 (or 0x981170) is known color: Eggplant. HEX triplet: 98, 11 and 70. RGB value is (152,17,112). Sum of RGB (Red+Green+Blue) = 152+17+112=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #981170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981170 is #67EE8F. Grayscale: #434343. Windows color (decimal): -6811280 or 7344536. OLE color: 7344536.

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

Color convert

RGB 152 17 112 -
CMYK 0 0.89 0.26 0.40
HSL 317.78º 0.8% 0.33% -
HSV(B) 317.78º 0.89% 0.6% -
XYZ 16.07 8.25 16.07 -
YUV 68.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 152 17 112 0 0.89 0.26 0.40 317.78 0.8 0.33
Hex 98 11 70 0 59 1A 28 13E 50 21
Octal 230 21 160 0 131 32 50 476 120 41
Binary 10011000 10001 1110000 0 1011001 11010 101000 100111110 1010000 100001

Color Harmonies of #981170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981170

Black with #981170

Text Example


Text Example

White with #981170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981170; }

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

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

background-color css

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

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

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

border-color css

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

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

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