#8613AA

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

Shades of Dark Magenta #8613AA

Tints of Dark Magenta #8613AA

Color information

#8613AA (or 0x8613AA) is unknown color: approx Dark Magenta. HEX triplet: 86, 13 and AA. RGB value is (134,19,170). Sum of RGB (Red+Green+Blue) = 134+19+170=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8613AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AA is #79EC55. Grayscale: #464646. Windows color (decimal): -7990358 or 11146118. OLE color: 11146118.

HSL color Cylindrical-coordinate representation of color #8613AA: hue angle of 285.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8613AA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13419170-
CMYK0.210.8900.33
HSL285.7º79.89%37.06%-
HSV(B)285.7º88.82%66.67%-
XYZ17.328.4438.75-
YUV70.6184.1173.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 19 (7.81% from 255) = 5.88%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=41.49%
G=5.88%
B=52.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134191700.210.8900.33285.779.8937.06
Hex8613AA155902111e5025
Octal206232522513104143612045
Binary10000110100111010101010101101100101000011000111101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8613AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8613AA; }

 p { color: rgb(134,19,170); }

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

<style>
 a { background-color: #8613AA; }

 a { background-color: rgb(134,19,170); }

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

<style>
 span { border-color: #8613AA; }

 span { border-color: rgb(134,19,170); }

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