Shades of Amethyst #935DCF
Tints of Amethyst #935DCF
RGB
CMYK
RGB Variations
Color information
#935DCF (or 0x935DCF) is known color: Amethyst. HEX triplet: 93, 5D and CF. RGB value is (147,93,207). Sum of RGB (Red+Green+Blue) = 147+93+207=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #935DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DCF is #6CA230. Grayscale: #797979. Windows color (decimal): -7119409 or 13589907. OLE color: 13589907.
HSL color Cylindrical-coordinate representation of color #935DCF: hue angle of 268.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935DCF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 93 | 207 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.19 |
| HSL | 268.42º | 0.54% | 0.59% | - |
| HSV(B) | 268.42º | 0.55% | 0.81% | - |
| XYZ | 27.21 | 18.54 | 61.18 | - |
| YUV | 122.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 207 | 0.29 | 0.55 | 0 | 0.19 | 268.42 | 0.54 | 0.59 |
| Hex | 93 | 5D | CF | 1D | 37 | 0 | 13 | 10C | 36 | 3B |
| Octal | 223 | 135 | 317 | 35 | 67 | 0 | 23 | 414 | 66 | 73 |
| Binary | 10010011 | 1011101 | 11001111 | 11101 | 110111 | 0 | 10011 | 100001100 | 110110 | 111011 |
Color Harmonies of #935DCF
Complementary color
Monochromatic Colors of #935DCF
Black with #935DCF
Text Example
Text Example
White with #935DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DCF; }
p { color: rgb(147,93,207); }
H1.HeaderClassName
{
color: #935DCF;
}
.AnyTagClassName
{
color: #935DCF;
}
</style>
background-color css
<style>
a { background-color: #935DCF; }
a { background-color: rgb(147,93,207); }
div.DivClassName
{
background-color: #935DCF;
}
.BgClassName
{
background-color: #935DCF;
}
</style>
border-color css
<style>
span { border-color: #935DCF; }
span { border-color: rgb(147,93,207); }
td.TdClassName
{
border-color: #935DCF;
}
.TagClassName
{
border-color: #935DCF;
}
</style>