Html Css Color HEX #811399 Dark Magenta

📋 copy color: '#811399'

red 129 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #811399

Tints of Dark Magenta #811399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 42.86%
G = 6.31%
B = 50.83%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#811399 (or 0x811399) is known color: Dark Magenta. HEX triplet: 81, 13 and 99. RGB value is (129,19,153). Sum of RGB (Red+Green+Blue) = 129+19+153=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #811399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811399 is #7EEC66. Grayscale: #424242. Windows color (decimal): -8318055 or 10032001. OLE color: 10032001.

HSL color Cylindrical-coordinate representation of color #811399: hue angle of 289.25º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811399 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 19 153 -
CMYK 0.16 0.88 0 0.4
HSL 289.25º 0.78% 0.34% -
HSV(B) 289.25º 0.88% 0.6% -
XYZ 15.04 7.43 30.78 -
YUV 67.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 129 19 153 0.16 0.88 0 0.4 289.25 0.78 0.34
Hex 81 13 99 10 58 0 28 121 4E 22
Octal 201 23 231 20 130 0 50 441 116 42
Binary 10000001 10011 10011001 10000 1011000 0 101000 100100001 1001110 100010

Color Harmonies of #811399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811399

Black with #811399

Text Example


Text Example

White with #811399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811399; }

 p { color: rgb(129,19,153); }

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

background-color css

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

 a { background-color: rgb(129,19,153); }

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

border-color css

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

 span { border-color: rgb(129,19,153); }

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