Html Css Color HEX #810590 Dark Magenta

📋 copy color: '#810590'

red 129 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #810590

Tints of Dark Magenta #810590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 46.4%
G = 1.8%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#810590 (or 0x810590) is known color: Dark Magenta. HEX triplet: 81, 05 and 90. RGB value is (129,5,144). Sum of RGB (Red+Green+Blue) = 129+5+144=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #810590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810590 is #7EFA6F. Grayscale: #393939. Windows color (decimal): -8321648 or 9438593. OLE color: 9438593.

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

Color convert

RGB 129 5 144 -
CMYK 0.10 0.97 0 0.44
HSL 293.53º 0.93% 0.29% -
HSV(B) 293.53º 0.97% 0.56% -
XYZ 14.14 6.79 26.95 -
YUV 57.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 129 5 144 0.10 0.97 0 0.44 293.53 0.93 0.29
Hex 81 5 90 A 61 0 2C 126 5D 1D
Octal 201 5 220 12 141 0 54 446 135 35
Binary 10000001 101 10010000 1010 1100001 0 101100 100100110 1011101 11101

Color Harmonies of #810590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810590

Black with #810590

Text Example


Text Example

White with #810590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810590; }

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

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

background-color css

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

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

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

border-color css

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

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

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