#9A61DE

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

Shades of Amethyst #9A61DE

Tints of Amethyst #9A61DE

Color information

#9A61DE (or 0x9A61DE) is unknown color: approx Amethyst. HEX triplet: 9A, 61 and DE. RGB value is (154,97,222). Sum of RGB (Red+Green+Blue) = 154+97+222=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A61DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61DE is #659E21. Grayscale: #7F7F7F. Windows color (decimal): -6659618 or 14573978. OLE color: 14573978.

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

Color convert

RGB15497222-
CMYK0.310.5600.13
HSL267.36º65.45%62.55%-
HSV(B)267.36º56.31%87.06%-
XYZ30.7920.6971.48-
YUV128.29180.88146.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=32.56%
G=20.51%
B=46.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154972220.310.5600.13267.3665.4562.55
Hex9A61DE1F380D10b413f
Octal232141336377001541310177
Binary1001101011000011101111011111111000011011000010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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