Html Css Color HEX #81058D Dark Magenta

📋 copy color: '#81058D'

red 129 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #81058D

Tints of Dark Magenta #81058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 46.91%
G = 1.82%
B = 51.27%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81058D (or 0x81058D) is known color: Dark Magenta. HEX triplet: 81, 05 and 8D. RGB value is (129,5,141). Sum of RGB (Red+Green+Blue) = 129+5+141=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #81058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81058D is #7EFA72. Grayscale: #393939. Windows color (decimal): -8321651 or 9241985. OLE color: 9241985.

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

Color convert

RGB 129 5 141 -
CMYK 0.09 0.96 0 0.45
HSL 294.71º 0.93% 0.29% -
HSV(B) 294.71º 0.96% 0.55% -
XYZ 13.92 6.7 25.76 -
YUV 57.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 129 5 141 0.09 0.96 0 0.45 294.71 0.93 0.29
Hex 81 5 8D 9 60 0 2D 127 5D 1D
Octal 201 5 215 11 140 0 55 447 135 35
Binary 10000001 101 10001101 1001 1100000 0 101101 100100111 1011101 11101

Color Harmonies of #81058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81058D

Black with #81058D

Text Example


Text Example

White with #81058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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