#9357CA

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

Shades of Amethyst #9357CA

Tints of Amethyst #9357CA

Color information

#9357CA (or 0x9357CA) is unknown color: approx Amethyst. HEX triplet: 93, 57 and CA. RGB value is (147,87,202). Sum of RGB (Red+Green+Blue) = 147+87+202=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #9357CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357CA is #6CA835. Grayscale: #757575. Windows color (decimal): -7120950 or 13260691. OLE color: 13260691.

HSL color Cylindrical-coordinate representation of color #9357CA: hue angle of 271.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9357CA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14787202-
CMYK0.270.5700.21
HSL271.3º52.04%56.67%-
HSV(B)271.3º56.93%79.22%-
XYZ26.117.2857.84-
YUV118.05175.38148.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=33.72%
G=19.95%
B=46.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147872020.270.5700.21271.352.0456.67
Hex9357CA1B3901510f3439
Octal22312731233710254176471
Binary1001001110101111100101011011111001010101100001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9357CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9357CA; }

 p { color: rgb(147,87,202); }

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

<style>
 a { background-color: #9357CA; }

 a { background-color: rgb(147,87,202); }

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

<style>
 span { border-color: #9357CA; }

 span { border-color: rgb(147,87,202); }

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