#86198F

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

Shades of Dark Magenta #86198F

Tints of Dark Magenta #86198F

Color information

#86198F (or 0x86198F) is unknown color: approx Dark Magenta. HEX triplet: 86, 19 and 8F. RGB value is (134,25,143). Sum of RGB (Red+Green+Blue) = 134+25+143=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #86198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86198F is #79E670. Grayscale: #464646. Windows color (decimal): -7988849 or 9378182. OLE color: 9378182.

HSL color Cylindrical-coordinate representation of color #86198F: hue angle of 295.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86198F is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13425143-
CMYK0.060.8300.44
HSL295.42º70.24%32.94%-
HSV(B)295.42º82.52%56.08%-
XYZ15.147.7526.68-
YUV71.04168.61172.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=44.37%
G=8.28%
B=47.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134251430.060.8300.44295.4270.2432.94
Hex86198F65302C1274621
Octal20631217612305444710641
Binary100001101100110001111110101001101011001001001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86198F; }

 p { color: rgb(134,25,143); }

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

<style>
 a { background-color: #86198F; }

 a { background-color: rgb(134,25,143); }

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

<style>
 span { border-color: #86198F; }

 span { border-color: rgb(134,25,143); }

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