#9A4BE3

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

Shades of Amethyst #9A4BE3

Tints of Amethyst #9A4BE3

Color information

#9A4BE3 (or 0x9A4BE3) is unknown color: approx Amethyst. HEX triplet: 9A, 4B and E3. RGB value is (154,75,227). Sum of RGB (Red+Green+Blue) = 154+75+227=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #9A4BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BE3 is #65B41C. Grayscale: #737373. Windows color (decimal): -6665245 or 14896026. OLE color: 14896026.

HSL color Cylindrical-coordinate representation of color #9A4BE3: hue angle of 271.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4BE3 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15475227-
CMYK0.320.6700.11
HSL271.18º73.08%59.22%-
HSV(B)271.18º66.96%89.02%-
XYZ29.7117.4574.48-
YUV115.95190.67155.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 75 (29.69% from 255) = 16.45%
BLUE value IS 227 (89.06% from 255) = 49.78%
R=33.77%
G=16.45%
B=49.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal154752270.320.6700.11271.1873.0859.22
Hex9A4BE320430B10f493b
Octal2321133434010301341711173
Binary100110101001011111000111000001000011010111000011111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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