Html Css Color HEX #990860 Eggplant

📋 copy color: '#990860'

red 153 ◦ green 8 ◦ blue 96

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

Shades of Eggplant #990860

Tints of Eggplant #990860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 59.53%
G = 3.11%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#990860 (or 0x990860) is known color: Eggplant. HEX triplet: 99, 08 and 60. RGB value is (153,8,96). Sum of RGB (Red+Green+Blue) = 153+8+96=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990860 is #66F79F. Grayscale: #3D3D3D. Windows color (decimal): -6748064 or 6293657. OLE color: 6293657.

HSL color Cylindrical-coordinate representation of color #990860: hue angle of 323.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990860 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 96 -
CMYK 0 0.95 0.37 0.4
HSL 323.59º 0.9% 0.32% -
HSV(B) 323.59º 0.95% 0.6% -
XYZ 15.34 7.79 11.76 -
YUV 61.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 153 8 96 0 0.95 0.37 0.4 323.59 0.9 0.32
Hex 99 8 60 0 5F 25 28 144 5A 20
Octal 231 10 140 0 137 45 50 504 132 40
Binary 10011001 1000 1100000 0 1011111 100101 101000 101000100 1011010 100000

Color Harmonies of #990860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990860

Black with #990860

Text Example


Text Example

White with #990860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990860; }

 p { color: rgb(153,8,96); }

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

background-color css

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

 a { background-color: rgb(153,8,96); }

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

border-color css

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

 span { border-color: rgb(153,8,96); }

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