#9A218A

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

Shades of Dark Purple #9A218A

Tints of Dark Purple #9A218A

Color information

#9A218A (or 0x9A218A) is unknown color: approx Dark Purple. HEX triplet: 9A, 21 and 8A. RGB value is (154,33,138). Sum of RGB (Red+Green+Blue) = 154+33+138=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A218A is #65DE75. Grayscale: #505050. Windows color (decimal): -6676086 or 9052570. OLE color: 9052570.

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

Color convert

RGB15433138-
CMYK00.790.100.40
HSL307.93º64.71%36.67%-
HSV(B)307.93º78.57%60.39%-
XYZ18.469.7924.96-
YUV81.15160.09179.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=47.38%
G=10.15%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543313800.790.100.40307.9364.7136.67
Hex9A218A04FA281344125
Octal232412120117125046410145
Binary10011010100001100010100100111110101010001001101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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