Html Css Color HEX #990281 Dark Magenta

📋 copy color: '#990281'

red 153 ◦ green 2 ◦ blue 129

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

Shades of Dark Magenta #990281

Tints of Dark Magenta #990281

RGB

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

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

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

R = 53.87%
G = 0.7%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990281 (or 0x990281) is known color: Dark Magenta. HEX triplet: 99, 02 and 81. RGB value is (153,2,129). Sum of RGB (Red+Green+Blue) = 153+2+129=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #990281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990281 is #66FD7E. Grayscale: #3D3D3D. Windows color (decimal): -6749567 or 8454809. OLE color: 8454809.

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

Color convert

RGB 153 2 129 -
CMYK 0 0.99 0.16 0.4
HSL 309.54º 0.97% 0.3% -
HSV(B) 309.54º 0.99% 0.6% -
XYZ 17.12 8.4 21.49 -
YUV 61.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 153 2 129 0 0.99 0.16 0.4 309.54 0.97 0.3
Hex 99 2 81 0 63 10 28 136 61 1E
Octal 231 2 201 0 143 20 50 466 141 36
Binary 10011001 10 10000001 0 1100011 10000 101000 100110110 1100001 11110

Color Harmonies of #990281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990281

Black with #990281

Text Example


Text Example

White with #990281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990281; }

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

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

background-color css

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

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

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

border-color css

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

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

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