Html Css Color HEX #990259 Eggplant

📋 copy color: '#990259'

red 153 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #990259

Tints of Eggplant #990259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 62.7%
G = 0.82%
B = 36.48%

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

#990259 (or 0x990259) is known color: Eggplant. HEX triplet: 99, 02 and 59. RGB value is (153,2,89). Sum of RGB (Red+Green+Blue) = 153+2+89=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #990259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990259 is #66FDA6. Grayscale: #383838. Windows color (decimal): -6749607 or 5833369. OLE color: 5833369.

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

Color convert

RGB 153 2 89 -
CMYK 0 0.99 0.42 0.4
HSL 325.43º 0.97% 0.3% -
HSV(B) 325.43º 0.99% 0.6% -
XYZ 14.96 7.54 10.12 -
YUV 57.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 153 2 89 0 0.99 0.42 0.4 325.43 0.97 0.3
Hex 99 2 59 0 63 2A 28 145 61 1E
Octal 231 2 131 0 143 52 50 505 141 36
Binary 10011001 10 1011001 0 1100011 101010 101000 101000101 1100001 11110

Color Harmonies of #990259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990259

Black with #990259

Text Example


Text Example

White with #990259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990259; }

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

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

background-color css

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

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

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

border-color css

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

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

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