#9A55DA

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

Shades of Amethyst #9A55DA

Tints of Amethyst #9A55DA

Color information

#9A55DA (or 0x9A55DA) is unknown color: approx Amethyst. HEX triplet: 9A, 55 and DA. RGB value is (154,85,218). Sum of RGB (Red+Green+Blue) = 154+85+218=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A55DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55DA is #65AA25. Grayscale: #787878. Windows color (decimal): -6662694 or 14308762. OLE color: 14308762.

HSL color Cylindrical-coordinate representation of color #9A55DA: hue angle of 271.13º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A55DA is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15485218-
CMYK0.290.6100.15
HSL271.13º64.25%59.41%-
HSV(B)271.13º61.01%85.49%-
XYZ29.2318.4368.35-
YUV120.79182.86151.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=33.70%
G=18.60%
B=47.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154852180.290.6100.15271.1364.2559.41
Hex9A55DA1D3D0F10f403b
Octal232125332357501741710073
Binary1001101010101011101101011101111101011111000011111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,218); }

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

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

 a { background-color: rgb(154,85,218); }

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

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

 span { border-color: rgb(154,85,218); }

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