#810BA4

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

Shades of Dark Magenta #810BA4

Tints of Dark Magenta #810BA4

Color information

#810BA4 (or 0x810BA4) is unknown color: approx Dark Magenta. HEX triplet: 81, 0B and A4. RGB value is (129,11,164). Sum of RGB (Red+Green+Blue) = 129+11+164=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #810BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810BA4 is #7EF45B. Grayscale: #3F3F3F. Windows color (decimal): -8320092 or 10750849. OLE color: 10750849.

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

Color convert

RGB12911164-
CMYK0.210.9300.36
HSL286.27º87.43%34.31%-
HSV(B)286.27º93.29%64.31%-
XYZ15.877.5935.75-
YUV63.72184.59174.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 164 (64.45% from 255) = 53.95%
R=42.43%
G=3.62%
B=53.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129111640.210.9300.36286.2787.4334.31
Hex81BA4155D02411e5722
Octal201132442513504443612742
Binary1000000110111010010010101101110101001001000111101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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