Html Css Color HEX #981472 Eggplant

📋 copy color: '#981472'

red 152 ◦ green 20 ◦ blue 114

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

Shades of Eggplant #981472

Tints of Eggplant #981472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 53.15%
G = 6.99%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981472 (or 0x981472) is known color: Eggplant. HEX triplet: 98, 14 and 72. RGB value is (152,20,114). Sum of RGB (Red+Green+Blue) = 152+20+114=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981472 is #67EB8D. Grayscale: #454545. Windows color (decimal): -6810510 or 7476376. OLE color: 7476376.

HSL color Cylindrical-coordinate representation of color #981472: hue angle of 317.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981472 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 20 114 -
CMYK 0 0.87 0.25 0.40
HSL 317.27º 0.77% 0.34% -
HSV(B) 317.27º 0.87% 0.6% -
XYZ 16.24 8.39 16.68 -
YUV 70.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 152 20 114 0 0.87 0.25 0.40 317.27 0.77 0.34
Hex 98 14 72 0 57 19 28 13D 4D 22
Octal 230 24 162 0 127 31 50 475 115 42
Binary 10011000 10100 1110010 0 1010111 11001 101000 100111101 1001101 100010

Color Harmonies of #981472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981472

Black with #981472

Text Example


Text Example

White with #981472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981472; }

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

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

background-color css

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

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

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

border-color css

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

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

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