Shades of Amethyst #9361CB
Tints of Amethyst #9361CB
RGB
CMYK
RGB Variations
Color information
#9361CB (or 0x9361CB) is known color: Amethyst. HEX triplet: 93, 61 and CB. RGB value is (147,97,203). Sum of RGB (Red+Green+Blue) = 147+97+203=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #9361CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361CB is #6C9E34. Grayscale: #7B7B7B. Windows color (decimal): -7118389 or 13328787. OLE color: 13328787.
HSL color Cylindrical-coordinate representation of color #9361CB: hue angle of 268.3º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9361CB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 97 | 203 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.20 |
| HSL | 268.3º | 0.5% | 0.59% | - |
| HSV(B) | 268.3º | 0.52% | 0.8% | - |
| XYZ | 27.09 | 19.06 | 58.75 | - |
| YUV | 124.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 203 | 0.28 | 0.52 | 0 | 0.20 | 268.3 | 0.5 | 0.59 |
| Hex | 93 | 61 | CB | 1C | 34 | 0 | 14 | 10C | 32 | 3B |
| Octal | 223 | 141 | 313 | 34 | 64 | 0 | 24 | 414 | 62 | 73 |
| Binary | 10010011 | 1100001 | 11001011 | 11100 | 110100 | 0 | 10100 | 100001100 | 110010 | 111011 |
Color Harmonies of #9361CB
Complementary color
Monochromatic Colors of #9361CB
Black with #9361CB
Text Example
Text Example
White with #9361CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9361CB; }
p { color: rgb(147,97,203); }
H1.HeaderClassName
{
color: #9361CB;
}
.AnyTagClassName
{
color: #9361CB;
}
</style>
background-color css
<style>
a { background-color: #9361CB; }
a { background-color: rgb(147,97,203); }
div.DivClassName
{
background-color: #9361CB;
}
.BgClassName
{
background-color: #9361CB;
}
</style>
border-color css
<style>
span { border-color: #9361CB; }
span { border-color: rgb(147,97,203); }
td.TdClassName
{
border-color: #9361CB;
}
.TagClassName
{
border-color: #9361CB;
}
</style>