#861793

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

Shades of Dark Magenta #861793

Tints of Dark Magenta #861793

Color information

#861793 (or 0x861793) is unknown color: approx Dark Magenta. HEX triplet: 86, 17 and 93. RGB value is (134,23,147). Sum of RGB (Red+Green+Blue) = 134+23+147=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #861793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861793 is #79E86C. Grayscale: #454545. Windows color (decimal): -7989357 or 9639814. OLE color: 9639814.

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

Color convert

RGB13423147-
CMYK0.090.8400.42
HSL293.71º72.94%33.33%-
HSV(B)293.71º84.35%57.65%-
XYZ15.47.7928.3-
YUV70.32171.27173.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 23 (9.38% from 255) = 7.57%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=44.08%
G=7.57%
B=48.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134231470.090.8400.42293.7172.9433.33
Hex86179395402A1264921
Octal206272231112405244611141
Binary1000011010111100100111001101010001010101001001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861793; }

 p { color: rgb(134,23,147); }

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

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

 a { background-color: rgb(134,23,147); }

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

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

 span { border-color: rgb(134,23,147); }

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