#860388

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

Shades of Dark Magenta #860388

Tints of Dark Magenta #860388

Color information

#860388 (or 0x860388) is unknown color: approx Dark Magenta. HEX triplet: 86, 03 and 88. RGB value is (134,3,136). Sum of RGB (Red+Green+Blue) = 134+3+136=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #860388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860388 is #79FC77. Grayscale: #383838. Windows color (decimal): -7994488 or 8913798. OLE color: 8913798.

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

Color convert

RGB1343136-
CMYK0.010.9800.47
HSL299.1º95.68%27.25%-
HSV(B)299.1º97.79%53.33%-
XYZ14.316.9123.87-
YUV57.33172.4182.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=49.08%
G=1.10%
B=49.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13431360.010.9800.47299.195.6827.25
Hex8638816202F12b601b
Octal2063210114205745314033
Binary100001101110001000111000100101111100101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860388; }

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

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

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

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

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

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

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

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