#9A5CD6

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

Shades of Amethyst #9A5CD6

Tints of Amethyst #9A5CD6

Color information

#9A5CD6 (or 0x9A5CD6) is unknown color: approx Amethyst. HEX triplet: 9A, 5C and D6. RGB value is (154,92,214). Sum of RGB (Red+Green+Blue) = 154+92+214=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A5CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CD6 is #65A329. Grayscale: #7C7C7C. Windows color (decimal): -6660906 or 14048410. OLE color: 14048410.

HSL color Cylindrical-coordinate representation of color #9A5CD6: hue angle of 270.49º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A5CD6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15492214-
CMYK0.280.5700.16
HSL270.49º59.8%60%-
HSV(B)270.49º57.01%83.92%-
XYZ29.2919.3865.82-
YUV124.45178.54149.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 214 (83.98% from 255) = 46.52%
R=33.48%
G=20%
B=46.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154922140.280.5700.16270.4959.860
Hex9A5CD61C3901010e3c3c
Octal23213432634710204167474
Binary1001101010111001101011011100111001010000100001110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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