#860594

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

Shades of Dark Magenta #860594

Tints of Dark Magenta #860594

Color information

#860594 (or 0x860594) is unknown color: approx Dark Magenta. HEX triplet: 86, 05 and 94. RGB value is (134,5,148). Sum of RGB (Red+Green+Blue) = 134+5+148=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #860594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860594 is #79FA6B. Grayscale: #3B3B3B. Windows color (decimal): -7993964 or 9700742. OLE color: 9700742.

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

Color convert

RGB1345148-
CMYK0.090.9700.42
HSL294.13º93.46%30%-
HSV(B)294.13º96.62%58.04%-
XYZ15.237.3128.63-
YUV59.87177.74180.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=46.69%
G=1.74%
B=51.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13451480.090.9700.42294.1393.4630
Hex8659496102A1265d1e
Octal20652241114105244613536
Binary1000011010110010100100111000010101010100100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860594; }

 p { color: rgb(134,5,148); }

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

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

 a { background-color: rgb(134,5,148); }

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

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

 span { border-color: rgb(134,5,148); }

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