#9A61D2

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

Shades of Amethyst #9A61D2

Tints of Amethyst #9A61D2

Color information

#9A61D2 (or 0x9A61D2) is unknown color: approx Amethyst. HEX triplet: 9A, 61 and D2. RGB value is (154,97,210). Sum of RGB (Red+Green+Blue) = 154+97+210=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #9A61D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61D2 is #659E2D. Grayscale: #7E7E7E. Windows color (decimal): -6659630 or 13787546. OLE color: 13787546.

HSL color Cylindrical-coordinate representation of color #9A61D2: hue angle of 270.27º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A61D2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15497210-
CMYK0.270.5400.18
HSL270.27º55.67%60.2%-
HSV(B)270.27º53.81%82.35%-
XYZ29.2320.0763.31-
YUV126.92174.88147.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=33.41%
G=21.04%
B=45.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154972100.270.5400.18270.2755.6760.2
Hex9A61D21B3601210e383c
Octal23214132233660224167074
Binary1001101011000011101001011011110110010010100001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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