Shades of Amethyst #935CCE
Tints of Amethyst #935CCE
RGB
CMYK
RGB Variations
Color information
#935CCE (or 0x935CCE) is known color: Amethyst. HEX triplet: 93, 5C and CE. RGB value is (147,92,206). Sum of RGB (Red+Green+Blue) = 147+92+206=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #935CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCE is #6CA331. Grayscale: #797979. Windows color (decimal): -7119666 or 13524115. OLE color: 13524115.
HSL color Cylindrical-coordinate representation of color #935CCE: hue angle of 268.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935CCE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 92 | 206 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.19 |
| HSL | 268.95º | 0.54% | 0.58% | - |
| HSV(B) | 268.95º | 0.55% | 0.81% | - |
| XYZ | 27 | 18.31 | 60.5 | - |
| YUV | 121.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 206 | 0.29 | 0.55 | 0 | 0.19 | 268.95 | 0.54 | 0.58 |
| Hex | 93 | 5C | CE | 1D | 37 | 0 | 13 | 10D | 36 | 3A |
| Octal | 223 | 134 | 316 | 35 | 67 | 0 | 23 | 415 | 66 | 72 |
| Binary | 10010011 | 1011100 | 11001110 | 11101 | 110111 | 0 | 10011 | 100001101 | 110110 | 111010 |
Color Harmonies of #935CCE
Complementary color
Monochromatic Colors of #935CCE
Black with #935CCE
Text Example
Text Example
White with #935CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CCE; }
p { color: rgb(147,92,206); }
H1.HeaderClassName
{
color: #935CCE;
}
.AnyTagClassName
{
color: #935CCE;
}
</style>
background-color css
<style>
a { background-color: #935CCE; }
a { background-color: rgb(147,92,206); }
div.DivClassName
{
background-color: #935CCE;
}
.BgClassName
{
background-color: #935CCE;
}
</style>
border-color css
<style>
span { border-color: #935CCE; }
span { border-color: rgb(147,92,206); }
td.TdClassName
{
border-color: #935CCE;
}
.TagClassName
{
border-color: #935CCE;
}
</style>