#9A159F

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

Shades of Dark Magenta #9A159F

Tints of Dark Magenta #9A159F

Color information

#9A159F (or 0x9A159F) is unknown color: approx Dark Magenta. HEX triplet: 9A, 15 and 9F. RGB value is (154,21,159). Sum of RGB (Red+Green+Blue) = 154+21+159=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A159F is #65EA60. Grayscale: #4C4C4C. Windows color (decimal): -6679137 or 10425754. OLE color: 10425754.

HSL color Cylindrical-coordinate representation of color #9A159F: hue angle of 297.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A159F is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15421159-
CMYK0.030.8700.38
HSL297.83º76.67%35.29%-
HSV(B)297.83º86.79%62.35%-
XYZ19.859.9133.67-
YUV76.5174.56183.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=46.11%
G=6.29%
B=47.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154211590.030.8700.38297.8376.6735.29
Hex9A159F35702612a4d23
Octal23225237312704645211543
Binary10011010101011001111111101011101001101001010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,21,159); }

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

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

 a { background-color: rgb(154,21,159); }

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

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

 span { border-color: rgb(154,21,159); }

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