#9A317A

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

Shades of Dark Purple #9A317A

Tints of Dark Purple #9A317A

Color information

#9A317A (or 0x9A317A) is unknown color: approx Dark Purple. HEX triplet: 9A, 31 and 7A. RGB value is (154,49,122). Sum of RGB (Red+Green+Blue) = 154+49+122=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A317A is #65CE85. Grayscale: #585858. Windows color (decimal): -6672006 or 8008090. OLE color: 8008090.

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

Color convert

RGB15449122-
CMYK00.680.210.40
HSL318.29º51.72%39.8%-
HSV(B)318.29º68.18%60.39%-
XYZ17.9410.4719.49-
YUV88.72146.79174.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=47.38%
G=15.08%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544912200.680.210.40318.2951.7239.8
Hex9A317A044152813e3428
Octal23261172010425504766450
Binary1001101011000111110100100010010101101000100111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,122); }

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

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

 a { background-color: rgb(154,49,122); }

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

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

 span { border-color: rgb(154,49,122); }

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