Html Css Color HEX #81059B Dark Magenta

📋 copy color: '#81059B'

red 129 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #81059B

Tints of Dark Magenta #81059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 44.64%
G = 1.73%
B = 53.63%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81059B (or 0x81059B) is known color: Dark Magenta. HEX triplet: 81, 05 and 9B. RGB value is (129,5,155). Sum of RGB (Red+Green+Blue) = 129+5+155=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #81059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81059B is #7EFA64. Grayscale: #3A3A3A. Windows color (decimal): -8321637 or 10159489. OLE color: 10159489.

HSL color Cylindrical-coordinate representation of color #81059B: hue angle of 289.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81059B is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 5 155 -
CMYK 0.17 0.97 0 0.39
HSL 289.6º 0.94% 0.31% -
HSV(B) 289.6º 0.97% 0.61% -
XYZ 15.02 7.14 31.6 -
YUV 59.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 129 5 155 0.17 0.97 0 0.39 289.6 0.94 0.31
Hex 81 5 9B 11 61 0 27 122 5E 1F
Octal 201 5 233 21 141 0 47 442 136 37
Binary 10000001 101 10011011 10001 1100001 0 100111 100100010 1011110 11111

Color Harmonies of #81059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81059B

Black with #81059B

Text Example


Text Example

White with #81059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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