#9366C6

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

Shades of Amethyst #9366C6

Tints of Amethyst #9366C6

Color information

#9366C6 (or 0x9366C6) is unknown color: approx Amethyst. HEX triplet: 93, 66 and C6. RGB value is (147,102,198). Sum of RGB (Red+Green+Blue) = 147+102+198=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #9366C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366C6 is #6C9939. Grayscale: #7E7E7E. Windows color (decimal): -7117114 or 13002387. OLE color: 13002387.

HSL color Cylindrical-coordinate representation of color #9366C6: hue angle of 268.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9366C6 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147102198-
CMYK0.260.4800.22
HSL268.12º45.71%58.82%-
HSV(B)268.12º48.48%77.65%-
XYZ26.9819.7855.82-
YUV126.4168.41142.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=32.89%
G=22.82%
B=44.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471021980.260.4800.22268.1245.7158.82
Hex9366C61A3001610c2e3b
Octal22314630632600264145673
Binary1001001111001101100011011010110000010110100001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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