#9A217A

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

Shades of Dark Purple #9A217A

Tints of Dark Purple #9A217A

Color information

#9A217A (or 0x9A217A) is unknown color: approx Dark Purple. HEX triplet: 9A, 21 and 7A. RGB value is (154,33,122). Sum of RGB (Red+Green+Blue) = 154+33+122=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A217A is #65DE85. Grayscale: #4F4F4F. Windows color (decimal): -6676102 or 8003994. OLE color: 8003994.

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

Color convert

RGB15433122-
CMYK00.790.210.40
HSL315.87º64.71%36.67%-
HSV(B)315.87º78.57%60.39%-
XYZ17.389.3619.3-
YUV79.32152.09181.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=49.84%
G=10.68%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543312200.790.210.40315.8764.7136.67
Hex9A217A04F152813c4125
Octal232411720117255047410145
Binary10011010100001111101001001111101011010001001111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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