#851A93

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

Shades of Dark Magenta #851A93

Tints of Dark Magenta #851A93

Color information

#851A93 (or 0x851A93) is unknown color: approx Dark Magenta. HEX triplet: 85, 1A and 93. RGB value is (133,26,147). Sum of RGB (Red+Green+Blue) = 133+26+147=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #851A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A93 is #7AE56C. Grayscale: #474747. Windows color (decimal): -8054125 or 9640581. OLE color: 9640581.

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

Color convert

RGB13326147-
CMYK0.100.8200.42
HSL293.06º69.94%33.92%-
HSV(B)293.06º82.31%57.65%-
XYZ15.317.8328.31-
YUV71.79170.45171.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=43.46%
G=8.50%
B=48.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133261470.100.8200.42293.0669.9433.92
Hex851A93A5202A1254622
Octal205322231212205244510642
Binary1000010111010100100111010101001001010101001001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851A93; }

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

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

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

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

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

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

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

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