#851694

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

Shades of Dark Magenta #851694

Tints of Dark Magenta #851694

Color information

#851694 (or 0x851694) is unknown color: approx Dark Magenta. HEX triplet: 85, 16 and 94. RGB value is (133,22,148). Sum of RGB (Red+Green+Blue) = 133+22+148=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #851694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851694 is #7AE96B. Grayscale: #454545. Windows color (decimal): -8055148 or 9705093. OLE color: 9705093.

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

Color convert

RGB13322148-
CMYK0.100.8500.42
HSL292.86º74.12%33.33%-
HSV(B)292.86º85.14%58.04%-
XYZ15.317.728.7-
YUV69.55172.27173.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=43.89%
G=7.26%
B=48.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133221480.100.8500.42292.8674.1233.33
Hex851694A5502A1254a21
Octal205262241212505244511241
Binary1000010110110100101001010101010101010101001001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851694; }

 p { color: rgb(133,22,148); }

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

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

 a { background-color: rgb(133,22,148); }

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

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

 span { border-color: rgb(133,22,148); }

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