#810B9E

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

Shades of Dark Magenta #810B9E

Tints of Dark Magenta #810B9E

Color information

#810B9E (or 0x810B9E) is unknown color: approx Dark Magenta. HEX triplet: 81, 0B and 9E. RGB value is (129,11,158). Sum of RGB (Red+Green+Blue) = 129+11+158=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #810B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B9E is #7EF461. Grayscale: #3E3E3E. Windows color (decimal): -8320098 or 10357633. OLE color: 10357633.

HSL color Cylindrical-coordinate representation of color #810B9E: hue angle of 288.16º 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 #810B9E is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12911158-
CMYK0.180.9300.38
HSL288.16º86.98%33.14%-
HSV(B)288.16º93.04%61.96%-
XYZ15.347.3832.96-
YUV63.04181.59175.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=43.29%
G=3.69%
B=53.02%

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
Decimal129111580.180.9300.38288.1686.9833.14
Hex81B9E125D0261205721
Octal201132362213504644012741
Binary1000000110111001111010010101110101001101001000001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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