#8F099E

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

Shades of Dark Magenta #8F099E

Tints of Dark Magenta #8F099E

Color information

#8F099E (or 0x8F099E) is unknown color: approx Dark Magenta. HEX triplet: 8F, 09 and 9E. RGB value is (143,9,158). Sum of RGB (Red+Green+Blue) = 143+9+158=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F099E is #70F661. Grayscale: #414141. Windows color (decimal): -7403106 or 10357135. OLE color: 10357135.

HSL color Cylindrical-coordinate representation of color #8F099E: hue angle of 293.96º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F099E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1439158-
CMYK0.090.9400.38
HSL293.96º89.22%32.75%-
HSV(B)293.96º94.3%61.96%-
XYZ17.68.533.06-
YUV66.05179.89182.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 9 (3.91% from 255) = 2.90%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=46.13%
G=2.90%
B=50.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14391580.090.9400.38293.9689.2232.75
Hex8F99E95E0261265921
Octal217112361113604644613141
Binary100011111001100111101001101111001001101001001101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,9,158); }

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

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

 a { background-color: rgb(143,9,158); }

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

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

 span { border-color: rgb(143,9,158); }

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