#8509a7

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

Shades of Dark Magenta #8509A7

Tints of Dark Magenta #8509A7

Color information

#8509A7 (or 0x8509A7) is unknown color: approx Dark Magenta. HEX triplet: 85, 09 and A7. RGB value is (133,9,167). Sum of RGB (Red+Green+Blue) = 133+9+167=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #8509A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8509A7 is #7AF658. Grayscale: #3F3F3F. Windows color (decimal): -8058457 or 10946949. OLE color: 10946949.

HSL color Cylindrical-coordinate representation of color #8509A7: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509A7 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1339167-
CMYK0.200.9500.35
HSL287.09º89.77%34.51%-
HSV(B)287.09º94.61%65.49%-
XYZ16.757.9737.22-
YUV64.09186.08177.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 167 (65.62% from 255) = 54.05%
R=43.04%
G=2.91%
B=54.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13391670.200.9500.35287.0989.7734.51
Hex859A7145F02311f5a23
Octal205112472413704343713243
Binary1000010110011010011110100101111101000111000111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8509a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8509a7; }

 p { color: rgb(133,9,167); }

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

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

 a { background-color: rgb(133,9,167); }

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

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

 span { border-color: rgb(133,9,167); }

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