#8F0199

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

Shades of Dark Magenta #8F0199

Tints of Dark Magenta #8F0199

Color information

#8F0199 (or 0x8F0199) is unknown color: approx Dark Magenta. HEX triplet: 8F, 01 and 99. RGB value is (143,1,153). Sum of RGB (Red+Green+Blue) = 143+1+153=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0199 is #70FE66. Grayscale: #3C3C3C. Windows color (decimal): -7405159 or 10027407. OLE color: 10027407.

HSL color Cylindrical-coordinate representation of color #8F0199: hue angle of 296.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0199 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1431153-
CMYK0.070.9900.4
HSL296.05º98.7%30.2%-
HSV(B)296.05º99.35%60%-
XYZ17.098.1630.81-
YUV60.79180.04186.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=48.15%
G=0.34%
B=51.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14311530.070.9900.4296.0598.730.2
Hex8F199763028128631e
Octal2171231714305045014336
Binary1000111111001100111111000110101000100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,1,153); }

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

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

 a { background-color: rgb(143,1,153); }

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

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

 span { border-color: rgb(143,1,153); }

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