Html Css Color HEX #811795 Dark Magenta

📋 copy color: '#811795'

red 129 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #811795

Tints of Dark Magenta #811795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 42.86%
G = 7.64%
B = 49.5%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#811795 (or 0x811795) is known color: Dark Magenta. HEX triplet: 81, 17 and 95. RGB value is (129,23,149). Sum of RGB (Red+Green+Blue) = 129+23+149=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #811795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811795 is #7EE86A. Grayscale: #444444. Windows color (decimal): -8317035 or 9770881. OLE color: 9770881.

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

Color convert

RGB 129 23 149 -
CMYK 0.13 0.85 0 0.42
HSL 290.48º 0.73% 0.34% -
HSV(B) 290.48º 0.85% 0.58% -
XYZ 14.78 7.45 29.09 -
YUV 69.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 129 23 149 0.13 0.85 0 0.42 290.48 0.73 0.34
Hex 81 17 95 D 55 0 2A 122 49 22
Octal 201 27 225 15 125 0 52 442 111 42
Binary 10000001 10111 10010101 1101 1010101 0 101010 100100010 1001001 100010

Color Harmonies of #811795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811795

Black with #811795

Text Example


Text Example

White with #811795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811795; }

 p { color: rgb(129,23,149); }

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

background-color css

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

 a { background-color: rgb(129,23,149); }

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

border-color css

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

 span { border-color: rgb(129,23,149); }

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