Shades of Amethyst #935FD7
Tints of Amethyst #935FD7
RGB
CMYK
RGB Variations
Color information
#935FD7 (or 0x935FD7) is known color: Amethyst. HEX triplet: 93, 5F and D7. RGB value is (147,95,215). Sum of RGB (Red+Green+Blue) = 147+95+215=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #935FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FD7 is #6CA028. Grayscale: #7B7B7B. Windows color (decimal): -7118889 or 14114707. OLE color: 14114707.
HSL color Cylindrical-coordinate representation of color #935FD7: hue angle of 266º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935FD7 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 95 | 215 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.16 |
| HSL | 266º | 0.6% | 0.61% | - |
| HSV(B) | 266º | 0.56% | 0.84% | - |
| XYZ | 28.39 | 19.29 | 66.52 | - |
| YUV | 124.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 215 | 0.32 | 0.56 | 0 | 0.16 | 266 | 0.6 | 0.61 |
| Hex | 93 | 5F | D7 | 20 | 38 | 0 | 10 | 10A | 3C | 3D |
| Octal | 223 | 137 | 327 | 40 | 70 | 0 | 20 | 412 | 74 | 75 |
| Binary | 10010011 | 1011111 | 11010111 | 100000 | 111000 | 0 | 10000 | 100001010 | 111100 | 111101 |
Color Harmonies of #935FD7
Complementary color
Monochromatic Colors of #935FD7
Black with #935FD7
Text Example
Text Example
White with #935FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FD7; }
p { color: rgb(147,95,215); }
H1.HeaderClassName
{
color: #935FD7;
}
.AnyTagClassName
{
color: #935FD7;
}
</style>
background-color css
<style>
a { background-color: #935FD7; }
a { background-color: rgb(147,95,215); }
div.DivClassName
{
background-color: #935FD7;
}
.BgClassName
{
background-color: #935FD7;
}
</style>
border-color css
<style>
span { border-color: #935FD7; }
span { border-color: rgb(147,95,215); }
td.TdClassName
{
border-color: #935FD7;
}
.TagClassName
{
border-color: #935FD7;
}
</style>