Html Css Color HEX #81058A Dark Magenta

📋 copy color: '#81058A'

red 129 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #81058A

Tints of Dark Magenta #81058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 47.43%
G = 1.84%
B = 50.74%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81058A (or 0x81058A) is known color: Dark Magenta. HEX triplet: 81, 05 and 8A. RGB value is (129,5,138). Sum of RGB (Red+Green+Blue) = 129+5+138=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #81058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81058A is #7EFA75. Grayscale: #383838. Windows color (decimal): -8321654 or 9045377. OLE color: 9045377.

HSL color Cylindrical-coordinate representation of color #81058A: hue angle of 295.94º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81058A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 5 138 -
CMYK 0.07 0.96 0 0.46
HSL 295.94º 0.93% 0.28% -
HSV(B) 295.94º 0.96% 0.54% -
XYZ 13.69 6.61 24.6 -
YUV 57.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 129 5 138 0.07 0.96 0 0.46 295.94 0.93 0.28
Hex 81 5 8A 7 60 0 2E 128 5D 1C
Octal 201 5 212 7 140 0 56 450 135 34
Binary 10000001 101 10001010 111 1100000 0 101110 100101000 1011101 11100

Color Harmonies of #81058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81058A

Black with #81058A

Text Example


Text Example

White with #81058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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