Html Css Color HEX #990159 Eggplant

📋 copy color: '#990159'

red 153 ◦ green 1 ◦ blue 89

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

Shades of Eggplant #990159

Tints of Eggplant #990159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 62.96%
G = 0.41%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990159 (or 0x990159) is known color: Eggplant. HEX triplet: 99, 01 and 59. RGB value is (153,1,89). Sum of RGB (Red+Green+Blue) = 153+1+89=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990159 is #66FEA6. Grayscale: #383838. Windows color (decimal): -6749863 or 5833113. OLE color: 5833113.

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

Color convert

RGB 153 1 89 -
CMYK 0 0.99 0.42 0.4
HSL 325.26º 0.99% 0.3% -
HSV(B) 325.26º 0.99% 0.6% -
XYZ 14.95 7.52 10.11 -
YUV 56.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 153 1 89 0 0.99 0.42 0.4 325.26 0.99 0.3
Hex 99 1 59 0 63 2A 28 145 63 1E
Octal 231 1 131 0 143 52 50 505 143 36
Binary 10011001 1 1011001 0 1100011 101010 101000 101000101 1100011 11110

Color Harmonies of #990159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990159

Black with #990159

Text Example


Text Example

White with #990159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990159; }

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

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

background-color css

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

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

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

border-color css

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

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

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