Shades of Amethyst #9366CB
Tints of Amethyst #9366CB
RGB
CMYK
RGB Variations
Color information
#9366CB (or 0x9366CB) is known color: 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
| RGB | 147 | 102 | 203 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.20 |
| HSL | 266.73º | 0.49% | 0.6% | - |
| HSV(B) | 266.73º | 0.5% | 0.8% | - |
| XYZ | 27.56 | 20.02 | 58.91 | - |
| YUV | 126.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 203 | 0.28 | 0.50 | 0 | 0.20 | 266.73 | 0.49 | 0.6 |
| Hex | 93 | 66 | CB | 1C | 32 | 0 | 14 | 10B | 31 | 3C |
| Octal | 223 | 146 | 313 | 34 | 62 | 0 | 24 | 413 | 61 | 74 |
| Binary | 10010011 | 1100110 | 11001011 | 11100 | 110010 | 0 | 10100 | 100001011 | 110001 | 111100 |
Color Harmonies of #9366CB
Complementary color
Monochromatic Colors of #9366CB
Black with #9366CB
Text Example
Text Example
White with #9366CB
Text Example
Text Example
HTML Codes & Css Web 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>