#870CAA

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

Shades of Dark Magenta #870CAA

Tints of Dark Magenta #870CAA

Color information

#870CAA (or 0x870CAA) is unknown color: approx Dark Magenta. HEX triplet: 87, 0C and AA. RGB value is (135,12,170). Sum of RGB (Red+Green+Blue) = 135+12+170=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #870CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870CAA is #78F355. Grayscale: #424242. Windows color (decimal): -7926614 or 11144327. OLE color: 11144327.

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

Color convert

RGB13512170-
CMYK0.210.9300.33
HSL286.71º86.81%35.69%-
HSV(B)286.71º92.94%66.67%-
XYZ17.388.3238.72-
YUV66.79186.25176.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=42.59%
G=3.79%
B=53.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135121700.210.9300.33286.7186.8135.69
Hex87CAA155D02111f5724
Octal207142522513504143712744
Binary1000011111001010101010101101110101000011000111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870CAA; }

 p { color: rgb(135,12,170); }

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

<style>
 a { background-color: #870CAA; }

 a { background-color: rgb(135,12,170); }

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

<style>
 span { border-color: #870CAA; }

 span { border-color: rgb(135,12,170); }

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