Html Css Color HEX #990170 Eggplant

📋 copy color: '#990170'

red 153 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #990170

Tints of Eggplant #990170

RGB

 RED value IS 153 (60.16% from 255) = 57.52%

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

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

R = 57.52%
G = 0.38%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#990170 (or 0x990170) is known color: Eggplant. HEX triplet: 99, 01 and 70. RGB value is (153,1,112). Sum of RGB (Red+Green+Blue) = 153+1+112=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990170 is #66FE8F. Grayscale: #3A3A3A. Windows color (decimal): -6749840 or 7340441. OLE color: 7340441.

HSL color Cylindrical-coordinate representation of color #990170: hue angle of 316.18º 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 #990170 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 112 -
CMYK 0 0.99 0.27 0.4
HSL 316.18º 0.99% 0.3% -
HSV(B) 316.18º 0.99% 0.6% -
XYZ 16.07 7.96 16.02 -
YUV 59.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 153 1 112 0 0.99 0.27 0.4 316.18 0.99 0.3
Hex 99 1 70 0 63 1B 28 13C 63 1E
Octal 231 1 160 0 143 33 50 474 143 36
Binary 10011001 1 1110000 0 1100011 11011 101000 100111100 1100011 11110

Color Harmonies of #990170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990170

Black with #990170

Text Example


Text Example

White with #990170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990170; }

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

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

background-color css

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

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

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

border-color css

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

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

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