Html Css Color HEX #811594 Dark Magenta

📋 copy color: '#811594'

red 129 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #811594

Tints of Dark Magenta #811594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 43.29%
G = 7.05%
B = 49.66%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#811594 (or 0x811594) is known color: Dark Magenta. HEX triplet: 81, 15 and 94. RGB value is (129,21,148). Sum of RGB (Red+Green+Blue) = 129+21+148=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #811594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811594 is #7EEA6B. Grayscale: #434343. Windows color (decimal): -8317548 or 9704833. OLE color: 9704833.

HSL color Cylindrical-coordinate representation of color #811594: hue angle of 291.02º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811594 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 21 148 -
CMYK 0.13 0.86 0 0.42
HSL 291.02º 0.75% 0.33% -
HSV(B) 291.02º 0.86% 0.58% -
XYZ 14.67 7.34 28.66 -
YUV 67.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 129 21 148 0.13 0.86 0 0.42 291.02 0.75 0.33
Hex 81 15 94 D 56 0 2A 123 4B 21
Octal 201 25 224 15 126 0 52 443 113 41
Binary 10000001 10101 10010100 1101 1010110 0 101010 100100011 1001011 100001

Color Harmonies of #811594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811594

Black with #811594

Text Example


Text Example

White with #811594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811594; }

 p { color: rgb(129,21,148); }

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

background-color css

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

 a { background-color: rgb(129,21,148); }

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

border-color css

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

 span { border-color: rgb(129,21,148); }

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