Html Css Color HEX #990359 Eggplant

📋 copy color: '#990359'

red 153 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #990359

Tints of Eggplant #990359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 62.45%
G = 1.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990359 (or 0x990359) is known color: Eggplant. HEX triplet: 99, 03 and 59. RGB value is (153,3,89). Sum of RGB (Red+Green+Blue) = 153+3+89=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #990359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990359 is #66FCA6. Grayscale: #393939. Windows color (decimal): -6749351 or 5833625. OLE color: 5833625.

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

Color convert

RGB 153 3 89 -
CMYK 0 0.98 0.42 0.4
HSL 325.6º 0.96% 0.31% -
HSV(B) 325.6º 0.98% 0.6% -
XYZ 14.97 7.56 10.12 -
YUV 57.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 153 3 89 0 0.98 0.42 0.4 325.6 0.96 0.31
Hex 99 3 59 0 62 2A 28 146 60 1F
Octal 231 3 131 0 142 52 50 506 140 37
Binary 10011001 11 1011001 0 1100010 101010 101000 101000110 1100000 11111

Color Harmonies of #990359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990359

Black with #990359

Text Example


Text Example

White with #990359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990359; }

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

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

background-color css

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

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

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

border-color css

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

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

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