#810B9D

Color #810B9D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #810B9D

Tints of Dark Magenta #810B9D

Color information

#810B9D (or 0x810B9D) is unknown color: approx Dark Magenta. HEX triplet: 81, 0B and 9D. RGB value is (129,11,157). Sum of RGB (Red+Green+Blue) = 129+11+157=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #810B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B9D is #7EF462. Grayscale: #3E3E3E. Windows color (decimal): -8320099 or 10292097. OLE color: 10292097.

HSL color Cylindrical-coordinate representation of color #810B9D: hue angle of 288.49º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810B9D is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12911157-
CMYK0.180.9300.38
HSL288.49º86.9%32.94%-
HSV(B)288.49º92.99%61.57%-
XYZ15.267.3432.51-
YUV62.93181.09175.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=43.43%
G=3.70%
B=52.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129111570.180.9300.38288.4986.932.94
Hex81B9D125D0261205721
Octal201132352213504644012741
Binary1000000110111001110110010101110101001101001000001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B9D; }

 p { color: rgb(129,11,157); }

 H1.HeaderClassName
 {
   color: #810B9D;
 }
 .AnyTagClassName
 {
   color: #810B9D;
 }
</style>
background-color css

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

 a { background-color: rgb(129,11,157); }

 div.DivClassName
 {
   background-color: #810B9D;
 }
 .BgClassName
 {
   background-color: #810B9D;
 }
</style>
border-color css

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

 span { border-color: rgb(129,11,157); }

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