#8F069A

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

Shades of Dark Magenta #8F069A

Tints of Dark Magenta #8F069A

Color information

#8F069A (or 0x8F069A) is unknown color: approx Dark Magenta. HEX triplet: 8F, 06 and 9A. RGB value is (143,6,154). Sum of RGB (Red+Green+Blue) = 143+6+154=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F069A is #70F965. Grayscale: #3F3F3F. Windows color (decimal): -7403878 or 10094223. OLE color: 10094223.

HSL color Cylindrical-coordinate representation of color #8F069A: hue angle of 295.54º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F069A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1436154-
CMYK0.070.9600.40
HSL295.54º92.5%31.37%-
HSV(B)295.54º96.1%60.39%-
XYZ17.238.331.27-
YUV63.83178.89184.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=47.19%
G=1.98%
B=50.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14361540.070.9600.40295.5492.531.37
Hex8F69A7600281285c1f
Octal2176232714005045013437
Binary100011111101001101011111000000101000100101000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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