Html Css Color HEX #981172 Eggplant

📋 copy color: '#981172'

red 152 ◦ green 17 ◦ blue 114

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

Shades of Eggplant #981172

Tints of Eggplant #981172

RGB

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

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

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

R = 53.71%
G = 6.01%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981172 (or 0x981172) is known color: Eggplant. HEX triplet: 98, 11 and 72. RGB value is (152,17,114). Sum of RGB (Red+Green+Blue) = 152+17+114=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #981172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981172 is #67EE8D. Grayscale: #444444. Windows color (decimal): -6811278 or 7475608. OLE color: 7475608.

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

Color convert

RGB 152 17 114 -
CMYK 0 0.89 0.25 0.40
HSL 316.89º 0.8% 0.33% -
HSV(B) 316.89º 0.89% 0.6% -
XYZ 16.19 8.29 16.67 -
YUV 68.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 152 17 114 0 0.89 0.25 0.40 316.89 0.8 0.33
Hex 98 11 72 0 59 19 28 13D 50 21
Octal 230 21 162 0 131 31 50 475 120 41
Binary 10011000 10001 1110010 0 1011001 11001 101000 100111101 1010000 100001

Color Harmonies of #981172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981172

Black with #981172

Text Example


Text Example

White with #981172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981172; }

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

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

background-color css

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

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

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

border-color css

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

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

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