#9454D3

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

Shades of Amethyst #9454D3

Tints of Amethyst #9454D3

Color information

#9454D3 (or 0x9454D3) is unknown color: approx Amethyst. HEX triplet: 94, 54 and D3. RGB value is (148,84,211). Sum of RGB (Red+Green+Blue) = 148+84+211=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #9454D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454D3 is #6BAB2C. Grayscale: #757575. Windows color (decimal): -7056173 or 13849748. OLE color: 13849748.

HSL color Cylindrical-coordinate representation of color #9454D3: hue angle of 270.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9454D3 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14884211-
CMYK0.300.6000.17
HSL270.24º59.07%57.84%-
HSV(B)270.24º60.19%82.75%-
XYZ27.1417.3463.54-
YUV117.61180.7149.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 211 (82.81% from 255) = 47.63%
R=33.41%
G=18.96%
B=47.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148842110.300.6000.17270.2459.0757.84
Hex9454D31E3C01110e3b3a
Octal22412432336740214167372
Binary1001010010101001101001111110111100010001100001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9454D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9454D3; }

 p { color: rgb(148,84,211); }

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

<style>
 a { background-color: #9454D3; }

 a { background-color: rgb(148,84,211); }

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

<style>
 span { border-color: #9454D3; }

 span { border-color: rgb(148,84,211); }

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