#9A5DDC

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

Shades of Amethyst #9A5DDC

Tints of Amethyst #9A5DDC

Color information

#9A5DDC (or 0x9A5DDC) is unknown color: approx Amethyst. HEX triplet: 9A, 5D and DC. RGB value is (154,93,220). Sum of RGB (Red+Green+Blue) = 154+93+220=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5DDC is #65A223. Grayscale: #7D7D7D. Windows color (decimal): -6660644 or 14441882. OLE color: 14441882.

HSL color Cylindrical-coordinate representation of color #9A5DDC: hue angle of 268.82º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A5DDC is Cyan = 0.3, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15493220-
CMYK0.30.5800.14
HSL268.82º64.47%61.37%-
HSV(B)268.82º57.73%86.27%-
XYZ30.1619.8769.96-
YUV125.72181.21148.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=32.98%
G=19.91%
B=47.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154932200.30.5800.14268.8264.4761.37
Hex9A5DDC1E3A0E10d403d
Octal232135334367201641510075
Binary1001101010111011101110011110111010011101000011011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,93,220); }

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

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

 a { background-color: rgb(154,93,220); }

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

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

 span { border-color: rgb(154,93,220); }

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