#870ca3

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

Shades of Dark Magenta #870CA3

Tints of Dark Magenta #870CA3

Color information

#870CA3 (or 0x870CA3) is unknown color: approx Dark Magenta. HEX triplet: 87, 0C and A3. RGB value is (135,12,163). Sum of RGB (Red+Green+Blue) = 135+12+163=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #870CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870CA3 is #78F35C. Grayscale: #414141. Windows color (decimal): -7926621 or 10685575. OLE color: 10685575.

HSL color Cylindrical-coordinate representation of color #870CA3: hue angle of 288.87º degrees, saturation: 0.86, 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 #870CA3 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13512163-
CMYK0.170.9300.36
HSL288.87º86.29%34.31%-
HSV(B)288.87º92.64%63.92%-
XYZ16.738.0635.32-
YUV65.99182.75177.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 163 (64.06% from 255) = 52.58%
R=43.55%
G=3.87%
B=52.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135121630.170.9300.36288.8786.2934.31
Hex87CA3115D0241215622
Octal207142432113504444112642
Binary1000011111001010001110001101110101001001001000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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