Html Css Color HEX #990081 Dark Magenta

📋 copy color: '#990081'

red 153 ◦ green 0 ◦ blue 129

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

Shades of Dark Magenta #990081

Tints of Dark Magenta #990081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.26%
G = 0%
B = 45.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990081 (or 0x990081) is known color: Dark Magenta. HEX triplet: 99, 00 and 81. RGB value is (153,0,129). Sum of RGB (Red+Green+Blue) = 153+0+129=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990081 is #66FF7E. Grayscale: #3C3C3C. Windows color (decimal): -6750079 or 8454297. OLE color: 8454297.

HSL color Cylindrical-coordinate representation of color #990081: hue angle of 309.41º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990081 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 129 -
CMYK 0 1 0.16 0.4
HSL 309.41º 1% 0.3% -
HSV(B) 309.41º 1% 0.6% -
XYZ 17.1 8.36 21.48 -
YUV 60.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 153 0 129 0 1 0.16 0.4 309.41 1 0.3
Hex 99 0 81 0 64 10 28 135 64 1E
Octal 231 0 201 0 144 20 50 465 144 36
Binary 10011001 0 10000001 0 1100100 10000 101000 100110101 1100100 11110

Color Harmonies of #990081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990081

Black with #990081

Text Example


Text Example

White with #990081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990081; }

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

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

background-color css

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

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

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

border-color css

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

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

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