#9A1579

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

Shades of Dark Purple #9A1579

Tints of Dark Purple #9A1579

Color information

#9A1579 (or 0x9A1579) is unknown color: approx Dark Purple. HEX triplet: 9A, 15 and 79. RGB value is (154,21,121). Sum of RGB (Red+Green+Blue) = 154+21+121=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1579 is #65EA86. Grayscale: #474747. Windows color (decimal): -6679175 or 7935386. OLE color: 7935386.

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

Color convert

RGB15421121-
CMYK00.860.210.40
HSL314.89º76%34.31%-
HSV(B)314.89º86.36%60.39%-
XYZ17.058.7918.89-
YUV72.17155.56186.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=52.03%
G=7.09%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542112100.860.210.40314.897634.31
Hex9A1579056152813b4c22
Octal232251710126255047311442
Binary1001101010101111100101010110101011010001001110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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