#861692

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

Shades of Dark Magenta #861692

Tints of Dark Magenta #861692

Color information

#861692 (or 0x861692) is unknown color: approx Dark Magenta. HEX triplet: 86, 16 and 92. RGB value is (134,22,146). Sum of RGB (Red+Green+Blue) = 134+22+146=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #861692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861692 is #79E96D. Grayscale: #454545. Windows color (decimal): -7989614 or 9574022. OLE color: 9574022.

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

Color convert

RGB13422146-
CMYK0.080.8500.43
HSL294.19º73.81%32.94%-
HSV(B)294.19º84.93%57.25%-
XYZ15.317.7227.88-
YUV69.62171.11173.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=44.37%
G=7.28%
B=48.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134221460.080.8500.43294.1973.8132.94
Hex86169285502B1264a21
Octal206262221012505344611241
Binary1000011010110100100101000101010101010111001001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861692; }

 p { color: rgb(134,22,146); }

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

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

 a { background-color: rgb(134,22,146); }

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

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

 span { border-color: rgb(134,22,146); }

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