#8614AB

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

Shades of Dark Magenta #8614AB

Tints of Dark Magenta #8614AB

Color information

#8614AB (or 0x8614AB) is unknown color: approx Dark Magenta. HEX triplet: 86, 14 and AB. RGB value is (134,20,171). Sum of RGB (Red+Green+Blue) = 134+20+171=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8614AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8614AB is #79EB54. Grayscale: #464646. Windows color (decimal): -7990101 or 11211910. OLE color: 11211910.

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

Color convert

RGB13420171-
CMYK0.220.8800.33
HSL285.3º79.06%37.45%-
HSV(B)285.3º88.3%67.06%-
XYZ17.438.5139.25-
YUV71.3184.27172.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 20 (8.20% from 255) = 6.15%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=41.23%
G=6.15%
B=52.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134201710.220.8800.33285.379.0637.45
Hex8614AB165802111d4f25
Octal206242532613004143511745
Binary10000110101001010101110110101100001000011000111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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