#810FAA

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

Shades of Dark Magenta #810FAA

Tints of Dark Magenta #810FAA

Color information

#810FAA (or 0x810FAA) is unknown color: approx Dark Magenta. HEX triplet: 81, 0F and AA. RGB value is (129,15,170). Sum of RGB (Red+Green+Blue) = 129+15+170=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #810FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FAA is #7EF055. Grayscale: #424242. Windows color (decimal): -8319062 or 11145089. OLE color: 11145089.

HSL color Cylindrical-coordinate representation of color #810FAA: hue angle of 284.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810FAA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12915170-
CMYK0.240.9100.33
HSL284.13º83.78%36.27%-
HSV(B)284.13º91.18%66.67%-
XYZ16.487.9138.69-
YUV66.76186.27172.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=41.08%
G=4.78%
B=54.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129151700.240.9100.33284.1383.7836.27
Hex81FAA185B02111c5424
Octal201172523013304143412444
Binary1000000111111010101011000101101101000011000111001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,15,170); }

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

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

 a { background-color: rgb(129,15,170); }

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

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

 span { border-color: rgb(129,15,170); }

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