#9354CF

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

Shades of Amethyst #9354CF

Tints of Amethyst #9354CF

Color information

#9354CF (or 0x9354CF) is unknown color: approx Amethyst. HEX triplet: 93, 54 and CF. RGB value is (147,84,207). Sum of RGB (Red+Green+Blue) = 147+84+207=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9354CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354CF is #6CAB30. Grayscale: #747474. Windows color (decimal): -7121713 or 13587603. OLE color: 13587603.

HSL color Cylindrical-coordinate representation of color #9354CF: hue angle of 270.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9354CF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14784207-
CMYK0.290.5900.19
HSL270.73º56.16%57.06%-
HSV(B)270.73º59.42%81.18%-
XYZ26.4717.0560.93-
YUV116.86178.87149.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=33.56%
G=19.18%
B=47.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147842070.290.5900.19270.7356.1657.06
Hex9354CF1D3B01310f3839
Octal22312431735730234177071
Binary1001001110101001100111111101111011010011100001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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