Html Css Color HEX #81048D Dark Magenta

📋 copy color: '#81048D'

red 129 ◦ green 4 ◦ blue 141

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

Shades of Dark Magenta #81048D

Tints of Dark Magenta #81048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 47.08%
G = 1.46%
B = 51.46%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81048D (or 0x81048D) is known color: Dark Magenta. HEX triplet: 81, 04 and 8D. RGB value is (129,4,141). Sum of RGB (Red+Green+Blue) = 129+4+141=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #81048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81048D is #7EFB72. Grayscale: #383838. Windows color (decimal): -8321907 or 9241729. OLE color: 9241729.

HSL color Cylindrical-coordinate representation of color #81048D: hue angle of 294.74º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81048D is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 4 141 -
CMYK 0.09 0.97 0 0.45
HSL 294.74º 0.94% 0.28% -
HSV(B) 294.74º 0.97% 0.55% -
XYZ 13.9 6.68 25.76 -
YUV 56.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 129 4 141 0.09 0.97 0 0.45 294.74 0.94 0.28
Hex 81 4 8D 9 61 0 2D 127 5E 1C
Octal 201 4 215 11 141 0 55 447 136 34
Binary 10000001 100 10001101 1001 1100001 0 101101 100100111 1011110 11100

Color Harmonies of #81048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81048D

Black with #81048D

Text Example


Text Example

White with #81048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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