#9A1291

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

Shades of Dark Magenta #9A1291

Tints of Dark Magenta #9A1291

Color information

#9A1291 (or 0x9A1291) is unknown color: approx Dark Magenta. HEX triplet: 9A, 12 and 91. RGB value is (154,18,145). Sum of RGB (Red+Green+Blue) = 154+18+145=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1291 is #65ED6E. Grayscale: #484848. Windows color (decimal): -6679919 or 9507482. OLE color: 9507482.

HSL color Cylindrical-coordinate representation of color #9A1291: hue angle of 303.97º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1291 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15418145-
CMYK00.880.060.40
HSL303.97º79.07%33.73%-
HSV(B)303.97º88.31%60.39%-
XYZ18.659.3527.61-
YUV73.14168.56185.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.58%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=48.58%
G=5.68%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541814500.880.060.40303.9779.0733.73
Hex9A12910586281304f22
Octal23222221013065046011742
Binary100110101001010010001010110001101010001001100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,145); }

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

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

 a { background-color: rgb(154,18,145); }

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

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

 span { border-color: rgb(154,18,145); }

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