Shades of Amethyst #935FC3
Tints of Amethyst #935FC3
RGB
CMYK
RGB Variations
Color information
#935FC3 (or 0x935FC3) is known color: Amethyst. HEX triplet: 93, 5F and C3. RGB value is (147,95,195). Sum of RGB (Red+Green+Blue) = 147+95+195=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #935FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FC3 is #6CA03C. Grayscale: #797979. Windows color (decimal): -7118909 or 12803987. OLE color: 12803987.
HSL color Cylindrical-coordinate representation of color #935FC3: hue angle of 271.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935FC3 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 95 | 195 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.24 |
| HSL | 271.2º | 0.45% | 0.57% | - |
| HSV(B) | 271.2º | 0.51% | 0.76% | - |
| XYZ | 25.98 | 18.33 | 53.8 | - |
| YUV | 121.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 195 | 0.25 | 0.51 | 0 | 0.24 | 271.2 | 0.45 | 0.57 |
| Hex | 93 | 5F | C3 | 19 | 33 | 0 | 18 | 10F | 2D | 39 |
| Octal | 223 | 137 | 303 | 31 | 63 | 0 | 30 | 417 | 55 | 71 |
| Binary | 10010011 | 1011111 | 11000011 | 11001 | 110011 | 0 | 11000 | 100001111 | 101101 | 111001 |
Color Harmonies of #935FC3
Complementary color
Monochromatic Colors of #935FC3
Black with #935FC3
Text Example
Text Example
White with #935FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FC3; }
p { color: rgb(147,95,195); }
H1.HeaderClassName
{
color: #935FC3;
}
.AnyTagClassName
{
color: #935FC3;
}
</style>
background-color css
<style>
a { background-color: #935FC3; }
a { background-color: rgb(147,95,195); }
div.DivClassName
{
background-color: #935FC3;
}
.BgClassName
{
background-color: #935FC3;
}
</style>
border-color css
<style>
span { border-color: #935FC3; }
span { border-color: rgb(147,95,195); }
td.TdClassName
{
border-color: #935FC3;
}
.TagClassName
{
border-color: #935FC3;
}
</style>