#9354D3

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

Shades of Amethyst #9354D3

Tints of Amethyst #9354D3

Color information

#9354D3 (or 0x9354D3) is unknown color: approx Amethyst. HEX triplet: 93, 54 and D3. RGB value is (147,84,211). Sum of RGB (Red+Green+Blue) = 147+84+211=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #9354D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354D3 is #6CAB2C. Grayscale: #747474. Windows color (decimal): -7121709 or 13849747. OLE color: 13849747.

HSL color Cylindrical-coordinate representation of color #9354D3: hue angle of 269.76º 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 #9354D3 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14784211-
CMYK0.300.6000.17
HSL269.76º59.07%57.84%-
HSV(B)269.76º60.19%82.75%-
XYZ26.9617.2563.54-
YUV117.32180.87149.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 211 (82.81% from 255) = 47.74%
R=33.26%
G=19.00%
B=47.74%

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
Decimal147842110.300.6000.17269.7659.0757.84
Hex9354D31E3C01110e3b3a
Octal22312432336740214167372
Binary1001001110101001101001111110111100010001100001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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