#851092

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

Shades of Dark Magenta #851092

Tints of Dark Magenta #851092

Color information

#851092 (or 0x851092) is unknown color: approx Dark Magenta. HEX triplet: 85, 10 and 92. RGB value is (133,16,146). Sum of RGB (Red+Green+Blue) = 133+16+146=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #851092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851092 is #7AEF6D. Grayscale: #414141. Windows color (decimal): -8056686 or 9572485. OLE color: 9572485.

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

Color convert

RGB13316146-
CMYK0.090.8900.43
HSL294º80.25%31.76%-
HSV(B)294º89.04%57.25%-
XYZ15.057.4327.84-
YUV65.8173.26175.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=45.08%
G=5.42%
B=49.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133161460.090.8900.4329480.2531.76
Hex85109295902B1265020
Octal205202221113105344612040
Binary1000010110000100100101001101100101010111001001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851092; }

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

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

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

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

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

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

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

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