#861A95

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

Shades of Dark Magenta #861A95

Tints of Dark Magenta #861A95

Color information

#861A95 (or 0x861A95) is unknown color: approx Dark Magenta. HEX triplet: 86, 1A and 95. RGB value is (134,26,149). Sum of RGB (Red+Green+Blue) = 134+26+149=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #861A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861A95 is #79E56A. Grayscale: #474747. Windows color (decimal): -7988587 or 9771654. OLE color: 9771654.

HSL color Cylindrical-coordinate representation of color #861A95: hue angle of 292.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861A95 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13426149-
CMYK0.100.8300.42
HSL292.68º70.29%34.31%-
HSV(B)292.68º82.55%58.43%-
XYZ15.637.9829.15-
YUV72.31171.28172-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=43.37%
G=8.41%
B=48.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134261490.100.8300.42292.6870.2934.31
Hex861A95A5302A1254622
Octal206322251212305244510642
Binary1000011011010100101011010101001101010101001001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A95; }

 p { color: rgb(134,26,149); }

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

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

 a { background-color: rgb(134,26,149); }

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

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

 span { border-color: rgb(134,26,149); }

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