Html Css Color HEX #810591 Dark Magenta

📋 copy color: '#810591'

red 129 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #810591

Tints of Dark Magenta #810591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 46.24%
G = 1.79%
B = 51.97%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#810591 (or 0x810591) is known color: Dark Magenta. HEX triplet: 81, 05 and 91. RGB value is (129,5,145). Sum of RGB (Red+Green+Blue) = 129+5+145=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #810591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810591 is #7EFA6E. Grayscale: #393939. Windows color (decimal): -8321647 or 9504129. OLE color: 9504129.

HSL color Cylindrical-coordinate representation of color #810591: hue angle of 293.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810591 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 5 145 -
CMYK 0.11 0.97 0 0.43
HSL 293.14º 0.93% 0.29% -
HSV(B) 293.14º 0.97% 0.57% -
XYZ 14.22 6.82 27.36 -
YUV 58.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 129 5 145 0.11 0.97 0 0.43 293.14 0.93 0.29
Hex 81 5 91 B 61 0 2B 125 5D 1D
Octal 201 5 221 13 141 0 53 445 135 35
Binary 10000001 101 10010001 1011 1100001 0 101011 100100101 1011101 11101

Color Harmonies of #810591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810591

Black with #810591

Text Example


Text Example

White with #810591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810591; }

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

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

background-color css

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

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

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

border-color css

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

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

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