#8F0595

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

Shades of Dark Magenta #8F0595

Tints of Dark Magenta #8F0595

Color information

#8F0595 (or 0x8F0595) is unknown color: approx Dark Magenta. HEX triplet: 8F, 05 and 95. RGB value is (143,5,149). Sum of RGB (Red+Green+Blue) = 143+5+149=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0595 is #70FA6A. Grayscale: #3E3E3E. Windows color (decimal): -7404139 or 9766287. OLE color: 9766287.

HSL color Cylindrical-coordinate representation of color #8F0595: hue angle of 297.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0595 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1435149-
CMYK0.040.9700.42
HSL297.5º93.51%30.2%-
HSV(B)297.5º96.64%58.43%-
XYZ16.818.1229.11-
YUV62.68176.72185.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=48.15%
G=1.68%
B=50.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14351490.040.9700.42297.593.5130.2
Hex8F59546102A12a5e1e
Octal2175225414105245213636
Binary100011111011001010110011000010101010100101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,5,149); }

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

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

 a { background-color: rgb(143,5,149); }

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

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

 span { border-color: rgb(143,5,149); }

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