#860892

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

Shades of Dark Magenta #860892

Tints of Dark Magenta #860892

Color information

#860892 (or 0x860892) is unknown color: approx Dark Magenta. HEX triplet: 86, 08 and 92. RGB value is (134,8,146). Sum of RGB (Red+Green+Blue) = 134+8+146=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #860892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860892 is #79F76D. Grayscale: #3C3C3C. Windows color (decimal): -7993198 or 9570438. OLE color: 9570438.

HSL color Cylindrical-coordinate representation of color #860892: hue angle of 294.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860892 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1348146-
CMYK0.080.9500.43
HSL294.78º89.61%30.2%-
HSV(B)294.78º94.52%57.25%-
XYZ15.117.3227.81-
YUV61.41175.74179.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=46.53%
G=2.78%
B=50.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13481460.080.9500.43294.7889.6130.2
Hex8689285F02B1275a1e
Octal206102221013705344713236
Binary10000110100010010010100010111110101011100100111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860892; }

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

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

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

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

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

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

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

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