#86169C

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

Shades of Dark Magenta #86169C

Tints of Dark Magenta #86169C

Color information

#86169C (or 0x86169C) is unknown color: approx Dark Magenta. HEX triplet: 86, 16 and 9C. RGB value is (134,22,156). Sum of RGB (Red+Green+Blue) = 134+22+156=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #86169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86169C is #79E963. Grayscale: #464646. Windows color (decimal): -7989604 or 10229382. OLE color: 10229382.

HSL color Cylindrical-coordinate representation of color #86169C: hue angle of 290.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86169C is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13422156-
CMYK0.140.8600.39
HSL290.15º75.28%34.9%-
HSV(B)290.15º85.9%61.18%-
XYZ16.128.0432.16-
YUV70.76176.11173.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 22 (8.98% from 255) = 7.05%
BLUE value IS 156 (61.33% from 255) = 50%
R=42.95%
G=7.05%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134221560.140.8600.39290.1575.2834.9
Hex86169CE560271224b23
Octal206262341612604744211343
Binary1000011010110100111001110101011001001111001000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86169C; }

 p { color: rgb(134,22,156); }

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

<style>
 a { background-color: #86169C; }

 a { background-color: rgb(134,22,156); }

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

<style>
 span { border-color: #86169C; }

 span { border-color: rgb(134,22,156); }

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