Shades of Amethyst #935CDA
Tints of Amethyst #935CDA
RGB
CMYK
RGB Variations
Color information
#935CDA (or 0x935CDA) is known color: Amethyst. HEX triplet: 93, 5C and DA. RGB value is (147,92,218). Sum of RGB (Red+Green+Blue) = 147+92+218=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #935CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDA is #6CA325. Grayscale: #7A7A7A. Windows color (decimal): -7119654 or 14310547. OLE color: 14310547.
HSL color Cylindrical-coordinate representation of color #935CDA: hue angle of 266.19º degrees, saturation: 0.63, 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 #935CDA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 92 | 218 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.15 |
| HSL | 266.19º | 0.63% | 0.61% | - |
| HSV(B) | 266.19º | 0.58% | 0.85% | - |
| XYZ | 28.51 | 18.92 | 68.48 | - |
| YUV | 122.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 218 | 0.33 | 0.58 | 0 | 0.15 | 266.19 | 0.63 | 0.61 |
| Hex | 93 | 5C | DA | 21 | 3A | 0 | F | 10A | 3F | 3D |
| Octal | 223 | 134 | 332 | 41 | 72 | 0 | 17 | 412 | 77 | 75 |
| Binary | 10010011 | 1011100 | 11011010 | 100001 | 111010 | 0 | 1111 | 100001010 | 111111 | 111101 |
Color Harmonies of #935CDA
Complementary color
Monochromatic Colors of #935CDA
Black with #935CDA
Text Example
Text Example
White with #935CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CDA; }
p { color: rgb(147,92,218); }
H1.HeaderClassName
{
color: #935CDA;
}
.AnyTagClassName
{
color: #935CDA;
}
</style>
background-color css
<style>
a { background-color: #935CDA; }
a { background-color: rgb(147,92,218); }
div.DivClassName
{
background-color: #935CDA;
}
.BgClassName
{
background-color: #935CDA;
}
</style>
border-color css
<style>
span { border-color: #935CDA; }
span { border-color: rgb(147,92,218); }
td.TdClassName
{
border-color: #935CDA;
}
.TagClassName
{
border-color: #935CDA;
}
</style>