Html Css Color HEX #81058B Dark Magenta

📋 copy color: '#81058B'

red 129 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #81058B

Tints of Dark Magenta #81058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 47.25%
G = 1.83%
B = 50.92%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81058B (or 0x81058B) is known color: Dark Magenta. HEX triplet: 81, 05 and 8B. RGB value is (129,5,139). Sum of RGB (Red+Green+Blue) = 129+5+139=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #81058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81058B is #7EFA74. Grayscale: #383838. Windows color (decimal): -8321653 or 9110913. OLE color: 9110913.

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

Color convert

RGB 129 5 139 -
CMYK 0.07 0.96 0 0.45
HSL 295.52º 0.93% 0.28% -
HSV(B) 295.52º 0.96% 0.55% -
XYZ 13.77 6.64 24.98 -
YUV 57.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 129 5 139 0.07 0.96 0 0.45 295.52 0.93 0.28
Hex 81 5 8B 7 60 0 2D 128 5D 1C
Octal 201 5 213 7 140 0 55 450 135 34
Binary 10000001 101 10001011 111 1100000 0 101101 100101000 1011101 11100

Color Harmonies of #81058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81058B

Black with #81058B

Text Example


Text Example

White with #81058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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