Shades of Amethyst #935CD9
Tints of Amethyst #935CD9
RGB
CMYK
RGB Variations
Color information
#935CD9 (or 0x935CD9) is known color: Amethyst. HEX triplet: 93, 5C and D9. RGB value is (147,92,217). Sum of RGB (Red+Green+Blue) = 147+92+217=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #935CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CD9 is #6CA326. Grayscale: #7A7A7A. Windows color (decimal): -7119655 or 14245011. OLE color: 14245011.
HSL color Cylindrical-coordinate representation of color #935CD9: hue angle of 266.4º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935CD9 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 92 | 217 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.15 |
| HSL | 266.4º | 0.62% | 0.61% | - |
| HSV(B) | 266.4º | 0.58% | 0.85% | - |
| XYZ | 28.38 | 18.87 | 67.79 | - |
| YUV | 122.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 217 | 0.32 | 0.58 | 0 | 0.15 | 266.4 | 0.62 | 0.61 |
| Hex | 93 | 5C | D9 | 20 | 3A | 0 | F | 10A | 3E | 3D |
| Octal | 223 | 134 | 331 | 40 | 72 | 0 | 17 | 412 | 76 | 75 |
| Binary | 10010011 | 1011100 | 11011001 | 100000 | 111010 | 0 | 1111 | 100001010 | 111110 | 111101 |
Color Harmonies of #935CD9
Complementary color
Monochromatic Colors of #935CD9
Black with #935CD9
Text Example
Text Example
White with #935CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CD9; }
p { color: rgb(147,92,217); }
H1.HeaderClassName
{
color: #935CD9;
}
.AnyTagClassName
{
color: #935CD9;
}
</style>
background-color css
<style>
a { background-color: #935CD9; }
a { background-color: rgb(147,92,217); }
div.DivClassName
{
background-color: #935CD9;
}
.BgClassName
{
background-color: #935CD9;
}
</style>
border-color css
<style>
span { border-color: #935CD9; }
span { border-color: rgb(147,92,217); }
td.TdClassName
{
border-color: #935CD9;
}
.TagClassName
{
border-color: #935CD9;
}
</style>