Shades of Amethyst #9363CB
Tints of Amethyst #9363CB
RGB
CMYK
RGB Variations
Color information
#9363CB (or 0x9363CB) is known color: Amethyst. HEX triplet: 93, 63 and CB. RGB value is (147,99,203). Sum of RGB (Red+Green+Blue) = 147+99+203=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9363CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363CB is #6C9C34. Grayscale: #7C7C7C. Windows color (decimal): -7117877 or 13329299. OLE color: 13329299.
HSL color Cylindrical-coordinate representation of color #9363CB: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9363CB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 99 | 203 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.20 |
| HSL | 267.69º | 0.5% | 0.59% | - |
| HSV(B) | 267.69º | 0.51% | 0.8% | - |
| XYZ | 27.27 | 19.44 | 58.81 | - |
| YUV | 125.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 203 | 0.28 | 0.51 | 0 | 0.20 | 267.69 | 0.5 | 0.59 |
| Hex | 93 | 63 | CB | 1C | 33 | 0 | 14 | 10C | 32 | 3B |
| Octal | 223 | 143 | 313 | 34 | 63 | 0 | 24 | 414 | 62 | 73 |
| Binary | 10010011 | 1100011 | 11001011 | 11100 | 110011 | 0 | 10100 | 100001100 | 110010 | 111011 |
Color Harmonies of #9363CB
Complementary color
Monochromatic Colors of #9363CB
Black with #9363CB
Text Example
Text Example
White with #9363CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363CB; }
p { color: rgb(147,99,203); }
H1.HeaderClassName
{
color: #9363CB;
}
.AnyTagClassName
{
color: #9363CB;
}
</style>
background-color css
<style>
a { background-color: #9363CB; }
a { background-color: rgb(147,99,203); }
div.DivClassName
{
background-color: #9363CB;
}
.BgClassName
{
background-color: #9363CB;
}
</style>
border-color css
<style>
span { border-color: #9363CB; }
span { border-color: rgb(147,99,203); }
td.TdClassName
{
border-color: #9363CB;
}
.TagClassName
{
border-color: #9363CB;
}
</style>