#8607AB

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

Shades of Dark Magenta #8607AB

Tints of Dark Magenta #8607AB

Color information

#8607AB (or 0x8607AB) is unknown color: approx Dark Magenta. HEX triplet: 86, 07 and AB. RGB value is (134,7,171). Sum of RGB (Red+Green+Blue) = 134+7+171=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #8607AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8607AB is #79F854. Grayscale: #3F3F3F. Windows color (decimal): -7993429 or 11208582. OLE color: 11208582.

HSL color Cylindrical-coordinate representation of color #8607AB: hue angle of 286.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8607AB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1347171-
CMYK0.220.9600.33
HSL286.46º92.13%34.9%-
HSV(B)286.46º95.91%67.06%-
XYZ17.268.1639.19-
YUV63.67188.58178.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=42.95%
G=2.24%
B=54.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13471710.220.9600.33286.4692.1334.9
Hex867AB166002111e5c23
Octal20672532614004143613443
Binary100001101111010101110110110000001000011000111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8607AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8607AB; }

 p { color: rgb(134,7,171); }

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

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

 a { background-color: rgb(134,7,171); }

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

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

 span { border-color: rgb(134,7,171); }

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