#8F06AE

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

Shades of Dark Magenta #8F06AE

Tints of Dark Magenta #8F06AE

Color information

#8F06AE (or 0x8F06AE) is unknown color: approx Dark Magenta. HEX triplet: 8F, 06 and AE. RGB value is (143,6,174). Sum of RGB (Red+Green+Blue) = 143+6+174=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F06AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F06AE is #70F951. Grayscale: #414141. Windows color (decimal): -7403858 or 11404943. OLE color: 11404943.

HSL color Cylindrical-coordinate representation of color #8F06AE: hue angle of 288.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06AE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1436174-
CMYK0.180.9700.32
HSL288.93º93.33%35.29%-
HSV(B)288.93º96.55%68.24%-
XYZ19.039.0340.78-
YUV66.11188.89182.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.27%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=44.27%
G=1.86%
B=53.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14361740.180.9700.32288.9393.3335.29
Hex8F6AE12610201215d23
Octal21762562214104044113543
Binary100011111101010111010010110000101000001001000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F06AE; }

 p { color: rgb(143,6,174); }

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

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

 a { background-color: rgb(143,6,174); }

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

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

 span { border-color: rgb(143,6,174); }

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