#86089E

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

Shades of Dark Magenta #86089E

Tints of Dark Magenta #86089E

Color information

#86089E (or 0x86089E) is unknown color: approx Dark Magenta. HEX triplet: 86, 08 and 9E. RGB value is (134,8,158). Sum of RGB (Red+Green+Blue) = 134+8+158=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #86089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86089E is #79F761. Grayscale: #3E3E3E. Windows color (decimal): -7993186 or 10356870. OLE color: 10356870.

HSL color Cylindrical-coordinate representation of color #86089E: hue angle of 290.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86089E is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1348158-
CMYK0.150.9500.38
HSL290.4º90.36%32.55%-
HSV(B)290.4º94.94%61.96%-
XYZ16.097.7132.99-
YUV62.77181.74178.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=44.67%
G=2.67%
B=52.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13481580.150.9500.38290.490.3632.55
Hex8689EF5F0261225a21
Octal206102361713704644213241
Binary100001101000100111101111101111101001101001000101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86089E; }

 p { color: rgb(134,8,158); }

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

<style>
 a { background-color: #86089E; }

 a { background-color: rgb(134,8,158); }

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

<style>
 span { border-color: #86089E; }

 span { border-color: rgb(134,8,158); }

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