Shades of Amethyst #935CCF
Tints of Amethyst #935CCF
RGB
CMYK
RGB Variations
Color information
#935CCF (or 0x935CCF) is known color: Amethyst. HEX triplet: 93, 5C and CF. RGB value is (147,92,207). Sum of RGB (Red+Green+Blue) = 147+92+207=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #935CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCF is #6CA330. Grayscale: #797979. Windows color (decimal): -7119665 or 13589651. OLE color: 13589651.
HSL color Cylindrical-coordinate representation of color #935CCF: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935CCF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 92 | 207 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.19 |
| HSL | 268.7º | 0.55% | 0.59% | - |
| HSV(B) | 268.7º | 0.56% | 0.81% | - |
| XYZ | 27.12 | 18.36 | 61.15 | - |
| YUV | 121.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 207 | 0.29 | 0.56 | 0 | 0.19 | 268.7 | 0.55 | 0.59 |
| Hex | 93 | 5C | CF | 1D | 38 | 0 | 13 | 10D | 37 | 3B |
| Octal | 223 | 134 | 317 | 35 | 70 | 0 | 23 | 415 | 67 | 73 |
| Binary | 10010011 | 1011100 | 11001111 | 11101 | 111000 | 0 | 10011 | 100001101 | 110111 | 111011 |
Color Harmonies of #935CCF
Complementary color
Monochromatic Colors of #935CCF
Black with #935CCF
Text Example
Text Example
White with #935CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CCF; }
p { color: rgb(147,92,207); }
H1.HeaderClassName
{
color: #935CCF;
}
.AnyTagClassName
{
color: #935CCF;
}
</style>
background-color css
<style>
a { background-color: #935CCF; }
a { background-color: rgb(147,92,207); }
div.DivClassName
{
background-color: #935CCF;
}
.BgClassName
{
background-color: #935CCF;
}
</style>
border-color css
<style>
span { border-color: #935CCF; }
span { border-color: rgb(147,92,207); }
td.TdClassName
{
border-color: #935CCF;
}
.TagClassName
{
border-color: #935CCF;
}
</style>