#851393

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

Shades of Dark Magenta #851393

Tints of Dark Magenta #851393

Color information

#851393 (or 0x851393) is unknown color: approx Dark Magenta. HEX triplet: 85, 13 and 93. RGB value is (133,19,147). Sum of RGB (Red+Green+Blue) = 133+19+147=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #851393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851393 is #7AEC6C. Grayscale: #434343. Windows color (decimal): -8055917 or 9638789. OLE color: 9638789.

HSL color Cylindrical-coordinate representation of color #851393: hue angle of 293.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851393 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13319147-
CMYK0.100.8700.42
HSL293.44º77.11%32.55%-
HSV(B)293.44º87.07%57.65%-
XYZ15.177.5628.26-
YUV67.68172.77174.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=44.48%
G=6.35%
B=49.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133191470.100.8700.42293.4477.1132.55
Hex851393A5702A1254d21
Octal205232231212705244511541
Binary1000010110011100100111010101011101010101001001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851393; }

 p { color: rgb(133,19,147); }

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

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

 a { background-color: rgb(133,19,147); }

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

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

 span { border-color: rgb(133,19,147); }

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