#861092

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

Shades of Dark Magenta #861092

Tints of Dark Magenta #861092

Color information

#861092 (or 0x861092) is unknown color: approx Dark Magenta. HEX triplet: 86, 10 and 92. RGB value is (134,16,146). Sum of RGB (Red+Green+Blue) = 134+16+146=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #861092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861092 is #79EF6D. Grayscale: #414141. Windows color (decimal): -7991150 or 9572486. OLE color: 9572486.

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

Color convert

RGB13416146-
CMYK0.080.8900.43
HSL294.46º80.25%31.76%-
HSV(B)294.46º89.04%57.25%-
XYZ15.217.5127.84-
YUV66.1173.09176.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=45.27%
G=5.41%
B=49.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134161460.080.8900.43294.4680.2531.76
Hex86109285902B1265020
Octal206202221013105344612040
Binary1000011010000100100101000101100101010111001001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861092; }

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

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

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

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

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

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

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

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