#9a217b

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

Shades of Dark Purple #9A217B

Tints of Dark Purple #9A217B

Color information

#9A217B (or 0x9A217B) is unknown color: approx Dark Purple. HEX triplet: 9A, 21 and 7B. RGB value is (154,33,123). Sum of RGB (Red+Green+Blue) = 154+33+123=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A217B is #65DE84. Grayscale: #4F4F4F. Windows color (decimal): -6676101 or 8069530. OLE color: 8069530.

HSL color Cylindrical-coordinate representation of color #9A217B: hue angle of 315.37º 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 #9A217B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15433123-
CMYK00.790.200.40
HSL315.37º64.71%36.67%-
HSV(B)315.37º78.57%60.39%-
XYZ17.459.3919.63-
YUV79.44152.59181.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=49.68%
G=10.65%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543312300.790.200.40315.3764.7136.67
Hex9A217B04F142813b4125
Octal232411730117245047310145
Binary10011010100001111101101001111101001010001001110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a217b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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