#9366CE

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

Shades of Amethyst #9366CE

Tints of Amethyst #9366CE

Color information

#9366CE (or 0x9366CE) is unknown color: approx Amethyst. HEX triplet: 93, 66 and CE. RGB value is (147,102,206). Sum of RGB (Red+Green+Blue) = 147+102+206=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9366CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CE is #6C9931. Grayscale: #7E7E7E. Windows color (decimal): -7117106 or 13526675. OLE color: 13526675.

HSL color Cylindrical-coordinate representation of color #9366CE: hue angle of 265.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9366CE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147102206-
CMYK0.290.5000.19
HSL265.96º51.49%60.39%-
HSV(B)265.96º50.49%80.78%-
XYZ27.9220.1660.81-
YUV127.31172.41142.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=32.31%
G=22.42%
B=45.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471022060.290.5000.19265.9651.4960.39
Hex9366CE1D3201310a333c
Octal22314631635620234126374
Binary1001001111001101100111011101110010010011100001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9366CE; }

 p { color: rgb(147,102,206); }

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

<style>
 a { background-color: #9366CE; }

 a { background-color: rgb(147,102,206); }

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

<style>
 span { border-color: #9366CE; }

 span { border-color: rgb(147,102,206); }

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