Html Css Color HEX #981670 Eggplant

📋 copy color: '#981670'

red 152 ◦ green 22 ◦ blue 112

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

Shades of Eggplant #981670

Tints of Eggplant #981670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 53.15%
G = 7.69%
B = 39.16%

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

#981670 (or 0x981670) is known color: Eggplant. HEX triplet: 98, 16 and 70. RGB value is (152,22,112). Sum of RGB (Red+Green+Blue) = 152+22+112=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981670 is #67E98F. Grayscale: #464646. Windows color (decimal): -6810000 or 7345816. OLE color: 7345816.

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

Color convert

RGB 152 22 112 -
CMYK 0 0.86 0.26 0.40
HSL 318.46º 0.75% 0.34% -
HSV(B) 318.46º 0.86% 0.6% -
XYZ 16.16 8.42 16.1 -
YUV 71.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 152 22 112 0 0.86 0.26 0.40 318.46 0.75 0.34
Hex 98 16 70 0 56 1A 28 13E 4B 22
Octal 230 26 160 0 126 32 50 476 113 42
Binary 10011000 10110 1110000 0 1010110 11010 101000 100111110 1001011 100010

Color Harmonies of #981670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981670

Black with #981670

Text Example


Text Example

White with #981670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981670; }

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

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

background-color css

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

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

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

border-color css

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

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

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