#9A1D9F

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

Shades of Dark Magenta #9A1D9F

Tints of Dark Magenta #9A1D9F

Color information

#9A1D9F (or 0x9A1D9F) is unknown color: approx Dark Magenta. HEX triplet: 9A, 1D and 9F. RGB value is (154,29,159). Sum of RGB (Red+Green+Blue) = 154+29+159=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A1D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1D9F is #65E260. Grayscale: #505050. Windows color (decimal): -6677089 or 10427802. OLE color: 10427802.

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

Color convert

RGB15429159-
CMYK0.030.8200.38
HSL297.69º69.15%36.86%-
HSV(B)297.69º81.76%62.35%-
XYZ20.0210.2533.72-
YUV81.2171.91179.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 29 (11.72% from 255) = 8.48%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=45.03%
G=8.48%
B=46.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154291590.030.8200.38297.6969.1536.86
Hex9A1D9F35202612a4525
Octal23235237312204645210545
Binary10011010111011001111111101001001001101001010101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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