Shades of Amethyst #935FCE
Tints of Amethyst #935FCE
RGB
CMYK
RGB Variations
Color information
#935FCE (or 0x935FCE) is known color: Amethyst. HEX triplet: 93, 5F and CE. RGB value is (147,95,206). Sum of RGB (Red+Green+Blue) = 147+95+206=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #935FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCE is #6CA031. Grayscale: #7A7A7A. Windows color (decimal): -7118898 or 13524883. OLE color: 13524883.
HSL color Cylindrical-coordinate representation of color #935FCE: hue angle of 268.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935FCE is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 95 | 206 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.19 |
| HSL | 268.11º | 0.53% | 0.59% | - |
| HSV(B) | 268.11º | 0.54% | 0.81% | - |
| XYZ | 27.27 | 18.84 | 60.59 | - |
| YUV | 123.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 206 | 0.29 | 0.54 | 0 | 0.19 | 268.11 | 0.53 | 0.59 |
| Hex | 93 | 5F | CE | 1D | 36 | 0 | 13 | 10C | 35 | 3B |
| Octal | 223 | 137 | 316 | 35 | 66 | 0 | 23 | 414 | 65 | 73 |
| Binary | 10010011 | 1011111 | 11001110 | 11101 | 110110 | 0 | 10011 | 100001100 | 110101 | 111011 |
Color Harmonies of #935FCE
Complementary color
Monochromatic Colors of #935FCE
Black with #935FCE
Text Example
Text Example
White with #935FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FCE; }
p { color: rgb(147,95,206); }
H1.HeaderClassName
{
color: #935FCE;
}
.AnyTagClassName
{
color: #935FCE;
}
</style>
background-color css
<style>
a { background-color: #935FCE; }
a { background-color: rgb(147,95,206); }
div.DivClassName
{
background-color: #935FCE;
}
.BgClassName
{
background-color: #935FCE;
}
</style>
border-color css
<style>
span { border-color: #935FCE; }
span { border-color: rgb(147,95,206); }
td.TdClassName
{
border-color: #935FCE;
}
.TagClassName
{
border-color: #935FCE;
}
</style>