Shades of Amethyst #935FCF
Tints of Amethyst #935FCF
RGB
CMYK
RGB Variations
Color information
#935FCF (or 0x935FCF) is known color: Amethyst. HEX triplet: 93, 5F and CF. RGB value is (147,95,207). Sum of RGB (Red+Green+Blue) = 147+95+207=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #935FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCF is #6CA030. Grayscale: #7A7A7A. Windows color (decimal): -7118897 or 13590419. OLE color: 13590419.
HSL color Cylindrical-coordinate representation of color #935FCF: hue angle of 267.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935FCF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 95 | 207 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.19 |
| HSL | 267.86º | 0.54% | 0.59% | - |
| HSV(B) | 267.86º | 0.54% | 0.81% | - |
| XYZ | 27.39 | 18.89 | 61.23 | - |
| YUV | 123.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 207 | 0.29 | 0.54 | 0 | 0.19 | 267.86 | 0.54 | 0.59 |
| Hex | 93 | 5F | CF | 1D | 36 | 0 | 13 | 10C | 36 | 3B |
| Octal | 223 | 137 | 317 | 35 | 66 | 0 | 23 | 414 | 66 | 73 |
| Binary | 10010011 | 1011111 | 11001111 | 11101 | 110110 | 0 | 10011 | 100001100 | 110110 | 111011 |
Color Harmonies of #935FCF
Complementary color
Monochromatic Colors of #935FCF
Black with #935FCF
Text Example
Text Example
White with #935FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FCF; }
p { color: rgb(147,95,207); }
H1.HeaderClassName
{
color: #935FCF;
}
.AnyTagClassName
{
color: #935FCF;
}
</style>
background-color css
<style>
a { background-color: #935FCF; }
a { background-color: rgb(147,95,207); }
div.DivClassName
{
background-color: #935FCF;
}
.BgClassName
{
background-color: #935FCF;
}
</style>
border-color css
<style>
span { border-color: #935FCF; }
span { border-color: rgb(147,95,207); }
td.TdClassName
{
border-color: #935FCF;
}
.TagClassName
{
border-color: #935FCF;
}
</style>