#8111A5

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

Shades of Dark Magenta #8111A5

Tints of Dark Magenta #8111A5

Color information

#8111A5 (or 0x8111A5) is unknown color: approx Dark Magenta. HEX triplet: 81, 11 and A5. RGB value is (129,17,165). Sum of RGB (Red+Green+Blue) = 129+17+165=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #8111A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8111A5 is #7EEE5A. Grayscale: #424242. Windows color (decimal): -8318555 or 10817921. OLE color: 10817921.

HSL color Cylindrical-coordinate representation of color #8111A5: hue angle of 285.41º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8111A5 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12917165-
CMYK0.220.9000.35
HSL285.41º81.32%35.69%-
HSV(B)285.41º89.7%64.71%-
XYZ16.057.7836.25-
YUV67.36183.11171.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 17 (7.03% from 255) = 5.47%
BLUE value IS 165 (64.84% from 255) = 53.05%
R=41.48%
G=5.47%
B=53.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129171650.220.9000.35285.4181.3235.69
Hex8111A5165A02311d5124
Octal201212452613204343512144
Binary10000001100011010010110110101101001000111000111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8111A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8111A5; }

 p { color: rgb(129,17,165); }

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

<style>
 a { background-color: #8111A5; }

 a { background-color: rgb(129,17,165); }

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

<style>
 span { border-color: #8111A5; }

 span { border-color: rgb(129,17,165); }

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