#9356CA

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

Shades of Amethyst #9356CA

Tints of Amethyst #9356CA

Color information

#9356CA (or 0x9356CA) is unknown color: approx Amethyst. HEX triplet: 93, 56 and CA. RGB value is (147,86,202). Sum of RGB (Red+Green+Blue) = 147+86+202=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #9356CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356CA is #6CA935. Grayscale: #757575. Windows color (decimal): -7121206 or 13260435. OLE color: 13260435.

HSL color Cylindrical-coordinate representation of color #9356CA: hue angle of 271.55º degrees, saturation: 0.52, 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 #9356CA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14786202-
CMYK0.270.5700.21
HSL271.55º52.25%56.47%-
HSV(B)271.55º57.43%79.22%-
XYZ26.0217.1257.81-
YUV117.46175.71149.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=33.79%
G=19.77%
B=46.44%

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
Decimal147862020.270.5700.21271.5552.2556.47
Hex9356CA1B390151103438
Octal22312631233710254206470
Binary1001001110101101100101011011111001010101100010000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9356CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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