#9366CB

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

Shades of Amethyst #9366CB

Tints of Amethyst #9366CB

Color information

#9366CB (or 0x9366CB) is unknown color: approx Amethyst. HEX triplet: 93, 66 and CB. RGB value is (147,102,203). Sum of RGB (Red+Green+Blue) = 147+102+203=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9366CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CB is #6C9934. Grayscale: #7E7E7E. Windows color (decimal): -7117109 or 13330067. OLE color: 13330067.

HSL color Cylindrical-coordinate representation of color #9366CB: hue angle of 266.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9366CB is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147102203-
CMYK0.280.5000.20
HSL266.73º49.27%59.8%-
HSV(B)266.73º49.75%79.61%-
XYZ27.5620.0258.91-
YUV126.97170.91142.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=32.52%
G=22.57%
B=44.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471022030.280.5000.20266.7349.2759.8
Hex9366CB1C3201410b313c
Octal22314631334620244136174
Binary1001001111001101100101111100110010010100100001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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