Shades of Amethyst #9364CB
Tints of Amethyst #9364CB
RGB
CMYK
RGB Variations
Color information
#9364CB (or 0x9364CB) is known color: Amethyst. HEX triplet: 93, 64 and CB. RGB value is (147,100,203). Sum of RGB (Red+Green+Blue) = 147+100+203=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9364CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364CB is #6C9B34. Grayscale: #7D7D7D. Windows color (decimal): -7117621 or 13329555. OLE color: 13329555.
HSL color Cylindrical-coordinate representation of color #9364CB: hue angle of 267.38º 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 #9364CB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 100 | 203 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.20 |
| HSL | 267.38º | 0.5% | 0.59% | - |
| HSV(B) | 267.38º | 0.51% | 0.8% | - |
| XYZ | 27.37 | 19.63 | 58.85 | - |
| YUV | 125.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 203 | 0.28 | 0.51 | 0 | 0.20 | 267.38 | 0.5 | 0.59 |
| Hex | 93 | 64 | CB | 1C | 33 | 0 | 14 | 10B | 32 | 3B |
| Octal | 223 | 144 | 313 | 34 | 63 | 0 | 24 | 413 | 62 | 73 |
| Binary | 10010011 | 1100100 | 11001011 | 11100 | 110011 | 0 | 10100 | 100001011 | 110010 | 111011 |
Color Harmonies of #9364CB
Complementary color
Monochromatic Colors of #9364CB
Black with #9364CB
Text Example
Text Example
White with #9364CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9364CB; }
p { color: rgb(147,100,203); }
H1.HeaderClassName
{
color: #9364CB;
}
.AnyTagClassName
{
color: #9364CB;
}
</style>
background-color css
<style>
a { background-color: #9364CB; }
a { background-color: rgb(147,100,203); }
div.DivClassName
{
background-color: #9364CB;
}
.BgClassName
{
background-color: #9364CB;
}
</style>
border-color css
<style>
span { border-color: #9364CB; }
span { border-color: rgb(147,100,203); }
td.TdClassName
{
border-color: #9364CB;
}
.TagClassName
{
border-color: #9364CB;
}
</style>