#861388

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

Shades of Dark Magenta #861388

Tints of Dark Magenta #861388

Color information

#861388 (or 0x861388) is unknown color: approx Dark Magenta. HEX triplet: 86, 13 and 88. RGB value is (134,19,136). Sum of RGB (Red+Green+Blue) = 134+19+136=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #861388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861388 is #79EC77. Grayscale: #424242. Windows color (decimal): -7990392 or 8917894. OLE color: 8917894.

HSL color Cylindrical-coordinate representation of color #861388: hue angle of 298.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861388 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13419136-
CMYK0.010.8600.47
HSL298.97º75.48%30.39%-
HSV(B)298.97º86.03%53.33%-
XYZ14.517.3123.94-
YUV66.72167.1175.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=46.37%
G=6.57%
B=47.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134191360.010.8600.47298.9775.4830.39
Hex86138815602F12b4b1e
Octal20623210112605745311336
Binary100001101001110001000110101100101111100101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861388; }

 p { color: rgb(134,19,136); }

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

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

 a { background-color: rgb(134,19,136); }

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

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

 span { border-color: rgb(134,19,136); }

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