#9361C9

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

Shades of Amethyst #9361C9

Tints of Amethyst #9361C9

Color information

#9361C9 (or 0x9361C9) is unknown color: approx Amethyst. HEX triplet: 93, 61 and C9. RGB value is (147,97,201). Sum of RGB (Red+Green+Blue) = 147+97+201=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #9361C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361C9 is #6C9E36. Grayscale: #7B7B7B. Windows color (decimal): -7118391 or 13197715. OLE color: 13197715.

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

Color convert

RGB14797201-
CMYK0.270.5200.21
HSL268.85º49.06%58.43%-
HSV(B)268.85º51.74%78.82%-
XYZ26.8518.9757.5-
YUV123.81171.56144.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=33.03%
G=21.80%
B=45.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147972010.270.5200.21268.8549.0658.43
Hex9361C91B3401510d313a
Octal22314131133640254156172
Binary1001001111000011100100111011110100010101100001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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