#810AAB

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

Shades of Dark Magenta #810AAB

Tints of Dark Magenta #810AAB

Color information

#810AAB (or 0x810AAB) is unknown color: approx Dark Magenta. HEX triplet: 81, 0A and AB. RGB value is (129,10,171). Sum of RGB (Red+Green+Blue) = 129+10+171=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #810AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810AAB is #7EF554. Grayscale: #3F3F3F. Windows color (decimal): -8320341 or 11209345. OLE color: 11209345.

HSL color Cylindrical-coordinate representation of color #810AAB: hue angle of 284.35º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810AAB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12910171-
CMYK0.250.9400.33
HSL284.35º88.95%35.49%-
HSV(B)284.35º94.15%67.06%-
XYZ16.517.8239.17-
YUV63.93188.42174.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 10 (4.30% from 255) = 3.23%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=41.61%
G=3.23%
B=55.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129101710.250.9400.33284.3588.9535.49
Hex81AAB195E02111c5923
Octal201122533113604143413143
Binary1000000110101010101111001101111001000011000111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,10,171); }

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

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

 a { background-color: rgb(129,10,171); }

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

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

 span { border-color: rgb(129,10,171); }

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