Shades of Amethyst #9360CD
Tints of Amethyst #9360CD
RGB
CMYK
RGB Variations
Color information
#9360CD (or 0x9360CD) is known color: Amethyst. HEX triplet: 93, 60 and CD. RGB value is (147,96,205). Sum of RGB (Red+Green+Blue) = 147+96+205=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #9360CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360CD is #6C9F32. Grayscale: #7B7B7B. Windows color (decimal): -7118643 or 13459603. OLE color: 13459603.
HSL color Cylindrical-coordinate representation of color #9360CD: hue angle of 268.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9360CD is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 96 | 205 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.20 |
| HSL | 268.07º | 0.52% | 0.59% | - |
| HSV(B) | 268.07º | 0.53% | 0.8% | - |
| XYZ | 27.23 | 18.98 | 59.99 | - |
| YUV | 123.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 205 | 0.28 | 0.53 | 0 | 0.20 | 268.07 | 0.52 | 0.59 |
| Hex | 93 | 60 | CD | 1C | 35 | 0 | 14 | 10C | 34 | 3B |
| Octal | 223 | 140 | 315 | 34 | 65 | 0 | 24 | 414 | 64 | 73 |
| Binary | 10010011 | 1100000 | 11001101 | 11100 | 110101 | 0 | 10100 | 100001100 | 110100 | 111011 |
Color Harmonies of #9360CD
Complementary color
Monochromatic Colors of #9360CD
Black with #9360CD
Text Example
Text Example
White with #9360CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360CD; }
p { color: rgb(147,96,205); }
H1.HeaderClassName
{
color: #9360CD;
}
.AnyTagClassName
{
color: #9360CD;
}
</style>
background-color css
<style>
a { background-color: #9360CD; }
a { background-color: rgb(147,96,205); }
div.DivClassName
{
background-color: #9360CD;
}
.BgClassName
{
background-color: #9360CD;
}
</style>
border-color css
<style>
span { border-color: #9360CD; }
span { border-color: rgb(147,96,205); }
td.TdClassName
{
border-color: #9360CD;
}
.TagClassName
{
border-color: #9360CD;
}
</style>