Html Css Color HEX #990494 Dark Magenta

📋 copy color: '#990494'

red 153 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #990494

Tints of Dark Magenta #990494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 50.16%
G = 1.31%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#990494 (or 0x990494) is known color: Dark Magenta. HEX triplet: 99, 04 and 94. RGB value is (153,4,148). Sum of RGB (Red+Green+Blue) = 153+4+148=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990494 is #66FB6B. Grayscale: #404040. Windows color (decimal): -6749036 or 9700505. OLE color: 9700505.

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

Color convert

RGB 153 4 148 -
CMYK 0 0.97 0.03 0.4
HSL 302.01º 0.95% 0.31% -
HSV(B) 302.01º 0.97% 0.6% -
XYZ 18.53 9 28.78 -
YUV 64.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 153 4 148 0 0.97 0.03 0.4 302.01 0.95 0.31
Hex 99 4 94 0 61 3 28 12E 5F 1F
Octal 231 4 224 0 141 3 50 456 137 37
Binary 10011001 100 10010100 0 1100001 11 101000 100101110 1011111 11111

Color Harmonies of #990494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990494

Black with #990494

Text Example


Text Example

White with #990494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990494; }

 p { color: rgb(153,4,148); }

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

background-color css

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

 a { background-color: rgb(153,4,148); }

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

border-color css

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

 span { border-color: rgb(153,4,148); }

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