#9A217D

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

Shades of Dark Purple #9A217D

Tints of Dark Purple #9A217D

Color information

#9A217D (or 0x9A217D) is unknown color: approx Dark Purple. HEX triplet: 9A, 21 and 7D. RGB value is (154,33,125). Sum of RGB (Red+Green+Blue) = 154+33+125=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A217D is #65DE82. Grayscale: #4F4F4F. Windows color (decimal): -6676099 or 8200602. OLE color: 8200602.

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

Color convert

RGB15433125-
CMYK00.790.190.40
HSL314.38º64.71%36.67%-
HSV(B)314.38º78.57%60.39%-
XYZ17.579.4420.3-
YUV79.67153.59181.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=49.36%
G=10.58%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543312500.790.190.40314.3864.7136.67
Hex9A217D04F132813a4125
Octal232411750117235047210145
Binary10011010100001111110101001111100111010001001110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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