Html Css Color HEX #990570 Eggplant

📋 copy color: '#990570'

red 153 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #990570

Tints of Eggplant #990570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 56.67%
G = 1.85%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#990570 (or 0x990570) is known color: Eggplant. HEX triplet: 99, 05 and 70. RGB value is (153,5,112). Sum of RGB (Red+Green+Blue) = 153+5+112=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #990570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990570 is #66FA8F. Grayscale: #3D3D3D. Windows color (decimal): -6748816 or 7341465. OLE color: 7341465.

HSL color Cylindrical-coordinate representation of color #990570: hue angle of 316.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990570 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 112 -
CMYK 0 0.97 0.27 0.4
HSL 316.62º 0.94% 0.31% -
HSV(B) 316.62º 0.97% 0.6% -
XYZ 16.12 8.05 16.03 -
YUV 61.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 153 5 112 0 0.97 0.27 0.4 316.62 0.94 0.31
Hex 99 5 70 0 61 1B 28 13D 5E 1F
Octal 231 5 160 0 141 33 50 475 136 37
Binary 10011001 101 1110000 0 1100001 11011 101000 100111101 1011110 11111

Color Harmonies of #990570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990570

Black with #990570

Text Example


Text Example

White with #990570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990570; }

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

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

background-color css

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

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

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

border-color css

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

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

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