#9A5CDD

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

Shades of Amethyst #9A5CDD

Tints of Amethyst #9A5CDD

Color information

#9A5CDD (or 0x9A5CDD) is unknown color: approx Amethyst. HEX triplet: 9A, 5C and DD. RGB value is (154,92,221). Sum of RGB (Red+Green+Blue) = 154+92+221=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CDD is #65A322. Grayscale: #7C7C7C. Windows color (decimal): -6660899 or 14507162. OLE color: 14507162.

HSL color Cylindrical-coordinate representation of color #9A5CDD: hue angle of 268.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A5CDD is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15492221-
CMYK0.300.5800.13
HSL268.84º65.48%61.37%-
HSV(B)268.84º58.37%86.67%-
XYZ30.219.7470.63-
YUV125.24182.04148.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=32.98%
G=19.70%
B=47.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154922210.300.5800.13268.8465.4861.37
Hex9A5CDD1E3A0D10d413d
Octal232134335367201541510175
Binary1001101010111001101110111110111010011011000011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,221); }

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

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

 a { background-color: rgb(154,92,221); }

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

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

 span { border-color: rgb(154,92,221); }

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