#86098F

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

Shades of Dark Magenta #86098F

Tints of Dark Magenta #86098F

Color information

#86098F (or 0x86098F) is unknown color: approx Dark Magenta. HEX triplet: 86, 09 and 8F. RGB value is (134,9,143). Sum of RGB (Red+Green+Blue) = 134+9+143=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #86098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86098F is #79F670. Grayscale: #3D3D3D. Windows color (decimal): -7992945 or 9374086. OLE color: 9374086.

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

Color convert

RGB1349143-
CMYK0.060.9400.44
HSL295.97º88.16%29.8%-
HSV(B)295.97º93.71%56.08%-
XYZ14.897.2526.6-
YUV61.65173.91179.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 9 (3.91% from 255) = 3.15%
BLUE value IS 143 (56.25% from 255) = 50%
R=46.85%
G=3.15%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13491430.060.9400.44295.9788.1629.8
Hex8698F65E02C128581e
Octal20611217613605445013036
Binary1000011010011000111111010111100101100100101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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