#8F1699

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

Shades of Dark Magenta #8F1699

Tints of Dark Magenta #8F1699

Color information

#8F1699 (or 0x8F1699) is unknown color: approx Dark Magenta. HEX triplet: 8F, 16 and 99. RGB value is (143,22,153). Sum of RGB (Red+Green+Blue) = 143+22+153=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1699 is #70E966. Grayscale: #484848. Windows color (decimal): -7399783 or 10032783. OLE color: 10032783.

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

Color convert

RGB14322153-
CMYK0.070.8600.4
HSL295.42º74.86%34.31%-
HSV(B)295.42º85.62%60%-
XYZ17.368.7130.9-
YUV73.11173.09177.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=44.97%
G=6.92%
B=48.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143221530.070.8600.4295.4274.8634.31
Hex8F16997560281274b22
Octal21726231712605044711342
Binary100011111011010011001111101011001010001001001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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