Html Css Color HEX #990562 Eggplant

📋 copy color: '#990562'

red 153 ◦ green 5 ◦ blue 98

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

Shades of Eggplant #990562

Tints of Eggplant #990562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 59.77%
G = 1.95%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#990562 (or 0x990562) is known color: Eggplant. HEX triplet: 99, 05 and 62. RGB value is (153,5,98). Sum of RGB (Red+Green+Blue) = 153+5+98=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990562 is #66FA9D. Grayscale: #3B3B3B. Windows color (decimal): -6748830 or 6423961. OLE color: 6423961.

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

Color convert

RGB 153 5 98 -
CMYK 0 0.97 0.36 0.4
HSL 322.3º 0.94% 0.31% -
HSV(B) 322.3º 0.97% 0.6% -
XYZ 15.4 7.76 12.24 -
YUV 59.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 153 5 98 0 0.97 0.36 0.4 322.3 0.94 0.31
Hex 99 5 62 0 61 24 28 142 5E 1F
Octal 231 5 142 0 141 44 50 502 136 37
Binary 10011001 101 1100010 0 1100001 100100 101000 101000010 1011110 11111

Color Harmonies of #990562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990562

Black with #990562

Text Example


Text Example

White with #990562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990562; }

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

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

background-color css

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

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

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

border-color css

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

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

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