#8F069C

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

Shades of Dark Magenta #8F069C

Tints of Dark Magenta #8F069C

Color information

#8F069C (or 0x8F069C) is unknown color: approx Dark Magenta. HEX triplet: 8F, 06 and 9C. RGB value is (143,6,156). Sum of RGB (Red+Green+Blue) = 143+6+156=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F069C is #70F963. Grayscale: #3F3F3F. Windows color (decimal): -7403876 or 10225295. OLE color: 10225295.

HSL color Cylindrical-coordinate representation of color #8F069C: hue angle of 294.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F069C is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1436156-
CMYK0.080.9600.39
HSL294.8º92.59%31.76%-
HSV(B)294.8º96.15%61.18%-
XYZ17.398.3732.15-
YUV64.06179.89184.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.89%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=46.89%
G=1.97%
B=51.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14361560.080.9600.39294.892.5931.76
Hex8F69C8600271275d20
Octal21762341014004744713540
Binary10001111110100111001000110000001001111001001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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