Shades of Amethyst #935BCA
Tints of Amethyst #935BCA
RGB
CMYK
RGB Variations
Color information
#935BCA (or 0x935BCA) is known color: Amethyst. HEX triplet: 93, 5B and CA. RGB value is (147,91,202). Sum of RGB (Red+Green+Blue) = 147+91+202=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #935BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BCA is #6CA435. Grayscale: #787878. Windows color (decimal): -7119926 or 13261715. OLE color: 13261715.
HSL color Cylindrical-coordinate representation of color #935BCA: hue angle of 270.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935BCA is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 91 | 202 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.21 |
| HSL | 270.27º | 0.51% | 0.57% | - |
| HSV(B) | 270.27º | 0.55% | 0.79% | - |
| XYZ | 26.43 | 17.95 | 57.95 | - |
| YUV | 120.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 202 | 0.27 | 0.55 | 0 | 0.21 | 270.27 | 0.51 | 0.57 |
| Hex | 93 | 5B | CA | 1B | 37 | 0 | 15 | 10E | 33 | 39 |
| Octal | 223 | 133 | 312 | 33 | 67 | 0 | 25 | 416 | 63 | 71 |
| Binary | 10010011 | 1011011 | 11001010 | 11011 | 110111 | 0 | 10101 | 100001110 | 110011 | 111001 |
Color Harmonies of #935BCA
Complementary color
Monochromatic Colors of #935BCA
Black with #935BCA
Text Example
Text Example
White with #935BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BCA; }
p { color: rgb(147,91,202); }
H1.HeaderClassName
{
color: #935BCA;
}
.AnyTagClassName
{
color: #935BCA;
}
</style>
background-color css
<style>
a { background-color: #935BCA; }
a { background-color: rgb(147,91,202); }
div.DivClassName
{
background-color: #935BCA;
}
.BgClassName
{
background-color: #935BCA;
}
</style>
border-color css
<style>
span { border-color: #935BCA; }
span { border-color: rgb(147,91,202); }
td.TdClassName
{
border-color: #935BCA;
}
.TagClassName
{
border-color: #935BCA;
}
</style>