#9F088E

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

Shades of Dark Magenta #9F088E

Tints of Dark Magenta #9F088E

Color information

#9F088E (or 0x9F088E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 8E. RGB value is (159,8,142). Sum of RGB (Red+Green+Blue) = 159+8+142=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F088E is #60F771. Grayscale: #444444. Windows color (decimal): -6354802 or 9308319. OLE color: 9308319.

HSL color Cylindrical-coordinate representation of color #9F088E: hue angle of 306.75º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F088E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB1598142-
CMYK00.950.110.38
HSL306.75º90.42%32.75%-
HSV(B)306.75º94.97%62.35%-
XYZ19.279.526.41-
YUV68.42169.53192.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=51.46%
G=2.59%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159814200.950.110.38306.7590.4232.75
Hex9F88E05FB261335a21
Octal237102160137134646313241
Binary100111111000100011100101111110111001101001100111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F088E; }

 p { color: rgb(159,8,142); }

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

<style>
 a { background-color: #9F088E; }

 a { background-color: rgb(159,8,142); }

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

<style>
 span { border-color: #9F088E; }

 span { border-color: rgb(159,8,142); }

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