#9A4BDE

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

Shades of Amethyst #9A4BDE

Tints of Amethyst #9A4BDE

Color information

#9A4BDE (or 0x9A4BDE) is unknown color: approx Amethyst. HEX triplet: 9A, 4B and DE. RGB value is (154,75,222). Sum of RGB (Red+Green+Blue) = 154+75+222=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BDE is #65B421. Grayscale: #727272. Windows color (decimal): -6665250 or 14568346. OLE color: 14568346.

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

Color convert

RGB15475222-
CMYK0.310.6600.13
HSL272.24º69.01%58.24%-
HSV(B)272.24º66.22%87.06%-
XYZ29.0317.1870.89-
YUV115.38188.17155.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=34.15%
G=16.63%
B=49.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154752220.310.6600.13272.2469.0158.24
Hex9A4BDE1F420D110453a
Octal2321133363710201542010572
Binary10011010100101111011110111111000010011011000100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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