Shades of Amethyst #935FCB
Tints of Amethyst #935FCB
RGB
CMYK
RGB Variations
Color information
#935FCB (or 0x935FCB) is known color: Amethyst. HEX triplet: 93, 5F and CB. RGB value is (147,95,203). Sum of RGB (Red+Green+Blue) = 147+95+203=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #935FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCB is #6CA034. Grayscale: #7A7A7A. Windows color (decimal): -7118901 or 13328275. OLE color: 13328275.
HSL color Cylindrical-coordinate representation of color #935FCB: hue angle of 268.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935FCB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 95 | 203 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.20 |
| HSL | 268.89º | 0.51% | 0.58% | - |
| HSV(B) | 268.89º | 0.53% | 0.8% | - |
| XYZ | 26.9 | 18.7 | 58.69 | - |
| YUV | 122.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 203 | 0.28 | 0.53 | 0 | 0.20 | 268.89 | 0.51 | 0.58 |
| Hex | 93 | 5F | CB | 1C | 35 | 0 | 14 | 10D | 33 | 3A |
| Octal | 223 | 137 | 313 | 34 | 65 | 0 | 24 | 415 | 63 | 72 |
| Binary | 10010011 | 1011111 | 11001011 | 11100 | 110101 | 0 | 10100 | 100001101 | 110011 | 111010 |
Color Harmonies of #935FCB
Complementary color
Monochromatic Colors of #935FCB
Black with #935FCB
Text Example
Text Example
White with #935FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FCB; }
p { color: rgb(147,95,203); }
H1.HeaderClassName
{
color: #935FCB;
}
.AnyTagClassName
{
color: #935FCB;
}
</style>
background-color css
<style>
a { background-color: #935FCB; }
a { background-color: rgb(147,95,203); }
div.DivClassName
{
background-color: #935FCB;
}
.BgClassName
{
background-color: #935FCB;
}
</style>
border-color css
<style>
span { border-color: #935FCB; }
span { border-color: rgb(147,95,203); }
td.TdClassName
{
border-color: #935FCB;
}
.TagClassName
{
border-color: #935FCB;
}
</style>