#9A61DD

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

Shades of Amethyst #9A61DD

Tints of Amethyst #9A61DD

Color information

#9A61DD (or 0x9A61DD) is unknown color: approx Amethyst. HEX triplet: 9A, 61 and DD. RGB value is (154,97,221). Sum of RGB (Red+Green+Blue) = 154+97+221=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61DD is #659E22. Grayscale: #7F7F7F. Windows color (decimal): -6659619 or 14508442. OLE color: 14508442.

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

Color convert

RGB15497221-
CMYK0.300.5600.13
HSL267.58º64.58%62.35%-
HSV(B)267.58º56.11%86.67%-
XYZ30.6520.6470.77-
YUV128.18180.38146.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=32.63%
G=20.55%
B=46.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154972210.300.5600.13267.5864.5862.35
Hex9A61DD1E380D10c413e
Octal232141335367001541410176
Binary1001101011000011101110111110111000011011000011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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