Html Css Color HEX #810593 Dark Magenta

📋 copy color: '#810593'

red 129 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #810593

Tints of Dark Magenta #810593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 45.91%
G = 1.78%
B = 52.31%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810593 (or 0x810593) is known color: Dark Magenta. HEX triplet: 81, 05 and 93. RGB value is (129,5,147). Sum of RGB (Red+Green+Blue) = 129+5+147=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #810593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810593 is #7EFA6C. Grayscale: #393939. Windows color (decimal): -8321645 or 9635201. OLE color: 9635201.

HSL color Cylindrical-coordinate representation of color #810593: hue angle of 292.39º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810593 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 5 147 -
CMYK 0.12 0.97 0 0.42
HSL 292.39º 0.93% 0.3% -
HSV(B) 292.39º 0.97% 0.58% -
XYZ 14.37 6.88 28.17 -
YUV 58.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 129 5 147 0.12 0.97 0 0.42 292.39 0.93 0.3
Hex 81 5 93 C 61 0 2A 124 5D 1E
Octal 201 5 223 14 141 0 52 444 135 36
Binary 10000001 101 10010011 1100 1100001 0 101010 100100100 1011101 11110

Color Harmonies of #810593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810593

Black with #810593

Text Example


Text Example

White with #810593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810593; }

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

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

background-color css

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

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

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

border-color css

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

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

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