#810FA4

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

Shades of Dark Magenta #810FA4

Tints of Dark Magenta #810FA4

Color information

#810FA4 (or 0x810FA4) is unknown color: approx Dark Magenta. HEX triplet: 81, 0F and A4. RGB value is (129,15,164). Sum of RGB (Red+Green+Blue) = 129+15+164=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #810FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FA4 is #7EF05B. Grayscale: #414141. Windows color (decimal): -8319068 or 10751873. OLE color: 10751873.

HSL color Cylindrical-coordinate representation of color #810FA4: hue angle of 285.91º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810FA4 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12915164-
CMYK0.210.9100.36
HSL285.91º83.24%35.1%-
HSV(B)285.91º90.85%64.31%-
XYZ15.927.6935.77-
YUV66.07183.27172.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 15 (6.25% from 255) = 4.87%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=41.88%
G=4.87%
B=53.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129151640.210.9100.36285.9183.2435.1
Hex81FA4155B02411e5323
Octal201172442513304443612343
Binary1000000111111010010010101101101101001001000111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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