Html Css Color HEX #811494 Dark Magenta

📋 copy color: '#811494'

red 129 ◦ green 20 ◦ blue 148

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

Shades of Dark Magenta #811494

Tints of Dark Magenta #811494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 43.43%
G = 6.73%
B = 49.83%

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

#811494 (or 0x811494) is known color: Dark Magenta. HEX triplet: 81, 14 and 94. RGB value is (129,20,148). Sum of RGB (Red+Green+Blue) = 129+20+148=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #811494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811494 is #7EEB6B. Grayscale: #424242. Windows color (decimal): -8317804 or 9704577. OLE color: 9704577.

HSL color Cylindrical-coordinate representation of color #811494: hue angle of 291.09º degrees, saturation: 0.76, 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 #811494 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 20 148 -
CMYK 0.13 0.86 0 0.42
HSL 291.09º 0.76% 0.33% -
HSV(B) 291.09º 0.86% 0.58% -
XYZ 14.65 7.31 28.66 -
YUV 67.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 129 20 148 0.13 0.86 0 0.42 291.09 0.76 0.33
Hex 81 14 94 D 56 0 2A 123 4C 21
Octal 201 24 224 15 126 0 52 443 114 41
Binary 10000001 10100 10010100 1101 1010110 0 101010 100100011 1001100 100001

Color Harmonies of #811494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811494

Black with #811494

Text Example


Text Example

White with #811494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811494; }

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

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

background-color css

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

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

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

border-color css

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

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

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