Html Css Color HEX #990481 Dark Magenta

📋 copy color: '#990481'

red 153 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #990481

Tints of Dark Magenta #990481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 53.5%
G = 1.4%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990481 (or 0x990481) is known color: Dark Magenta. HEX triplet: 99, 04 and 81. RGB value is (153,4,129). Sum of RGB (Red+Green+Blue) = 153+4+129=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990481 is #66FB7E. Grayscale: #3E3E3E. Windows color (decimal): -6749055 or 8455321. OLE color: 8455321.

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

Color convert

RGB 153 4 129 -
CMYK 0 0.97 0.16 0.4
HSL 309.66º 0.95% 0.31% -
HSV(B) 309.66º 0.97% 0.6% -
XYZ 17.14 8.44 21.5 -
YUV 62.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 153 4 129 0 0.97 0.16 0.4 309.66 0.95 0.31
Hex 99 4 81 0 61 10 28 136 5F 1F
Octal 231 4 201 0 141 20 50 466 137 37
Binary 10011001 100 10000001 0 1100001 10000 101000 100110110 1011111 11111

Color Harmonies of #990481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990481

Black with #990481

Text Example


Text Example

White with #990481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990481; }

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

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

background-color css

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

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

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

border-color css

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

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

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