Html Css Color HEX #981570 Eggplant

📋 copy color: '#981570'

red 152 ◦ green 21 ◦ blue 112

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

Shades of Eggplant #981570

Tints of Eggplant #981570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 53.33%
G = 7.37%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981570 (or 0x981570) is known color: Eggplant. HEX triplet: 98, 15 and 70. RGB value is (152,21,112). Sum of RGB (Red+Green+Blue) = 152+21+112=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #981570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981570 is #67EA8F. Grayscale: #464646. Windows color (decimal): -6810256 or 7345560. OLE color: 7345560.

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

Color convert

RGB 152 21 112 -
CMYK 0 0.86 0.26 0.40
HSL 318.32º 0.76% 0.34% -
HSV(B) 318.32º 0.86% 0.6% -
XYZ 16.14 8.38 16.1 -
YUV 70.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 152 21 112 0 0.86 0.26 0.40 318.32 0.76 0.34
Hex 98 15 70 0 56 1A 28 13E 4C 22
Octal 230 25 160 0 126 32 50 476 114 42
Binary 10011000 10101 1110000 0 1010110 11010 101000 100111110 1001100 100010

Color Harmonies of #981570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981570

Black with #981570

Text Example


Text Example

White with #981570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981570; }

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

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

background-color css

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

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

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

border-color css

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

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

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