#86168D

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

Shades of Dark Magenta #86168D

Tints of Dark Magenta #86168D

Color information

#86168D (or 0x86168D) is unknown color: approx Dark Magenta. HEX triplet: 86, 16 and 8D. RGB value is (134,22,141). Sum of RGB (Red+Green+Blue) = 134+22+141=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #86168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86168D is #79E972. Grayscale: #444444. Windows color (decimal): -7989619 or 9246342. OLE color: 9246342.

HSL color Cylindrical-coordinate representation of color #86168D: hue angle of 296.47º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86168D is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13422141-
CMYK0.050.8400.45
HSL296.47º73.01%31.96%-
HSV(B)296.47º84.4%55.29%-
XYZ14.937.5725.87-
YUV69.05168.61174.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=45.12%
G=7.41%
B=47.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134221410.050.8400.45296.4773.0131.96
Hex86168D55402D1284920
Octal20626215512405545011140
Binary100001101011010001101101101010001011011001010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86168D; }

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

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

<style>
 a { background-color: #86168D; }

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

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

<style>
 span { border-color: #86168D; }

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

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