Html Css Color HEX #81049A Dark Magenta

📋 copy color: '#81049A'

red 129 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #81049A

Tints of Dark Magenta #81049A

RGB

 RED value IS 129 (50.78% from 255) = 44.95%

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

 BLUE value IS 154 (60.55% from 255) = 53.66%

R = 44.95%
G = 1.39%
B = 53.66%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#81049A (or 0x81049A) is known color: Dark Magenta. HEX triplet: 81, 04 and 9A. RGB value is (129,4,154). Sum of RGB (Red+Green+Blue) = 129+4+154=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #81049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81049A is #7EFB65. Grayscale: #3A3A3A. Windows color (decimal): -8321894 or 10093697. OLE color: 10093697.

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

Color convert

RGB 129 4 154 -
CMYK 0.16 0.97 0 0.40
HSL 290º 0.95% 0.31% -
HSV(B) 290º 0.97% 0.6% -
XYZ 14.93 7.09 31.15 -
YUV 58.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 129 4 154 0.16 0.97 0 0.40 290 0.95 0.31
Hex 81 4 9A 10 61 0 28 122 5F 1F
Octal 201 4 232 20 141 0 50 442 137 37
Binary 10000001 100 10011010 10000 1100001 0 101000 100100010 1011111 11111

Color Harmonies of #81049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81049A

Black with #81049A

Text Example


Text Example

White with #81049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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