#9357C9

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

Shades of Amethyst #9357C9

Tints of Amethyst #9357C9

Color information

#9357C9 (or 0x9357C9) is unknown color: approx Amethyst. HEX triplet: 93, 57 and C9. RGB value is (147,87,201). Sum of RGB (Red+Green+Blue) = 147+87+201=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #9357C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357C9 is #6CA836. Grayscale: #757575. Windows color (decimal): -7120951 or 13195155. OLE color: 13195155.

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

Color convert

RGB14787201-
CMYK0.270.5700.21
HSL271.58º51.35%56.47%-
HSV(B)271.58º56.72%78.82%-
XYZ25.9817.2457.22-
YUV117.94174.88148.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=33.79%
G=20%
B=46.21%

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
Decimal147872010.270.5700.21271.5851.3556.47
Hex9357C91B390151103338
Octal22312731133710254206370
Binary1001001110101111100100111011111001010101100010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9357C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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