#8F039C

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

Shades of Dark Magenta #8F039C

Tints of Dark Magenta #8F039C

Color information

#8F039C (or 0x8F039C) is unknown color: approx Dark Magenta. HEX triplet: 8F, 03 and 9C. RGB value is (143,3,156). Sum of RGB (Red+Green+Blue) = 143+3+156=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F039C is #70FC63. Grayscale: #3D3D3D. Windows color (decimal): -7404644 or 10224527. OLE color: 10224527.

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

Color convert

RGB1433156-
CMYK0.080.9800.39
HSL294.9º96.23%31.18%-
HSV(B)294.9º98.08%61.18%-
XYZ17.368.3132.14-
YUV62.3180.88185.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.35%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=47.35%
G=0.99%
B=51.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14331560.080.9800.39294.996.2331.18
Hex8F39C862027127601f
Octal21732341014204744714037
Binary100011111110011100100011000100100111100100111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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