Html Css Color HEX #81049D Dark Magenta

📋 copy color: '#81049D'

red 129 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #81049D

Tints of Dark Magenta #81049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 44.48%
G = 1.38%
B = 54.14%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81049D (or 0x81049D) is known color: Dark Magenta. HEX triplet: 81, 04 and 9D. RGB value is (129,4,157). Sum of RGB (Red+Green+Blue) = 129+4+157=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #81049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81049D is #7EFB62. Grayscale: #3A3A3A. Windows color (decimal): -8321891 or 10290305. OLE color: 10290305.

HSL color Cylindrical-coordinate representation of color #81049D: hue angle of 289.02º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81049D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 4 157 -
CMYK 0.18 0.97 0 0.38
HSL 289.02º 0.95% 0.32% -
HSV(B) 289.02º 0.97% 0.62% -
XYZ 15.18 7.19 32.49 -
YUV 58.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 129 4 157 0.18 0.97 0 0.38 289.02 0.95 0.32
Hex 81 4 9D 12 61 0 26 121 5F 20
Octal 201 4 235 22 141 0 46 441 137 40
Binary 10000001 100 10011101 10010 1100001 0 100110 100100001 1011111 100000

Color Harmonies of #81049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81049D

Black with #81049D

Text Example


Text Example

White with #81049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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