Shades of Amethyst #935CC9
Tints of Amethyst #935CC9
RGB
CMYK
RGB Variations
Color information
#935CC9 (or 0x935CC9) is known color: Amethyst. HEX triplet: 93, 5C and C9. RGB value is (147,92,201). Sum of RGB (Red+Green+Blue) = 147+92+201=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #935CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CC9 is #6CA336. Grayscale: #787878. Windows color (decimal): -7119671 or 13196435. OLE color: 13196435.
HSL color Cylindrical-coordinate representation of color #935CC9: hue angle of 270.28º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935CC9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 92 | 201 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.21 |
| HSL | 270.28º | 0.5% | 0.57% | - |
| HSV(B) | 270.28º | 0.54% | 0.79% | - |
| XYZ | 26.4 | 18.07 | 57.36 | - |
| YUV | 120.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 201 | 0.27 | 0.54 | 0 | 0.21 | 270.28 | 0.5 | 0.57 |
| Hex | 93 | 5C | C9 | 1B | 36 | 0 | 15 | 10E | 32 | 39 |
| Octal | 223 | 134 | 311 | 33 | 66 | 0 | 25 | 416 | 62 | 71 |
| Binary | 10010011 | 1011100 | 11001001 | 11011 | 110110 | 0 | 10101 | 100001110 | 110010 | 111001 |
Color Harmonies of #935CC9
Complementary color
Monochromatic Colors of #935CC9
Black with #935CC9
Text Example
Text Example
White with #935CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CC9; }
p { color: rgb(147,92,201); }
H1.HeaderClassName
{
color: #935CC9;
}
.AnyTagClassName
{
color: #935CC9;
}
</style>
background-color css
<style>
a { background-color: #935CC9; }
a { background-color: rgb(147,92,201); }
div.DivClassName
{
background-color: #935CC9;
}
.BgClassName
{
background-color: #935CC9;
}
</style>
border-color css
<style>
span { border-color: #935CC9; }
span { border-color: rgb(147,92,201); }
td.TdClassName
{
border-color: #935CC9;
}
.TagClassName
{
border-color: #935CC9;
}
</style>