Html Css Color HEX #980170 Eggplant

📋 copy color: '#980170'

red 152 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #980170

Tints of Eggplant #980170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 57.36%
G = 0.38%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980170 (or 0x980170) is known color: Eggplant. HEX triplet: 98, 01 and 70. RGB value is (152,1,112). Sum of RGB (Red+Green+Blue) = 152+1+112=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #980170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980170 is #67FE8F. Grayscale: #3A3A3A. Windows color (decimal): -6815376 or 7340440. OLE color: 7340440.

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

Color convert

RGB 152 1 112 -
CMYK 0 0.99 0.26 0.40
HSL 315.89º 0.99% 0.3% -
HSV(B) 315.89º 0.99% 0.6% -
XYZ 15.88 7.87 16.01 -
YUV 58.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 152 1 112 0 0.99 0.26 0.40 315.89 0.99 0.3
Hex 98 1 70 0 63 1A 28 13C 63 1E
Octal 230 1 160 0 143 32 50 474 143 36
Binary 10011000 1 1110000 0 1100011 11010 101000 100111100 1100011 11110

Color Harmonies of #980170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980170

Black with #980170

Text Example


Text Example

White with #980170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980170; }

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

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

background-color css

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

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

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

border-color css

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

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

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