#871092

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

Shades of Dark Magenta #871092

Tints of Dark Magenta #871092

Color information

#871092 (or 0x871092) is unknown color: approx Dark Magenta. HEX triplet: 87, 10 and 92. RGB value is (135,16,146). Sum of RGB (Red+Green+Blue) = 135+16+146=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #871092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871092 is #78EF6D. Grayscale: #424242. Windows color (decimal): -7925614 or 9572487. OLE color: 9572487.

HSL color Cylindrical-coordinate representation of color #871092: hue angle of 294.92º 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 #871092 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13516146-
CMYK0.080.8900.43
HSL294.92º80.25%31.76%-
HSV(B)294.92º89.04%57.25%-
XYZ15.377.627.85-
YUV66.4172.92176.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=45.45%
G=5.39%
B=49.16%

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
Decimal135161460.080.8900.43294.9280.2531.76
Hex87109285902B1275020
Octal207202221013105344712040
Binary1000011110000100100101000101100101010111001001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871092; }

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

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

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

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

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

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

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

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