Shades of Amethyst #945BCA
Tints of Amethyst #945BCA
RGB
CMYK
RGB Variations
Color information
#945BCA (or 0x945BCA) is known color: Amethyst. HEX triplet: 94, 5B and CA. RGB value is (148,91,202). Sum of RGB (Red+Green+Blue) = 148+91+202=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #945BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BCA is #6BA435. Grayscale: #787878. Windows color (decimal): -7054390 or 13261716. OLE color: 13261716.
HSL color Cylindrical-coordinate representation of color #945BCA: hue angle of 270.81º 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 #945BCA is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 91 | 202 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.21 |
| HSL | 270.81º | 0.51% | 0.57% | - |
| HSV(B) | 270.81º | 0.55% | 0.79% | - |
| XYZ | 26.61 | 18.04 | 57.96 | - |
| YUV | 120.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 202 | 0.27 | 0.55 | 0 | 0.21 | 270.81 | 0.51 | 0.57 |
| Hex | 94 | 5B | CA | 1B | 37 | 0 | 15 | 10F | 33 | 39 |
| Octal | 224 | 133 | 312 | 33 | 67 | 0 | 25 | 417 | 63 | 71 |
| Binary | 10010100 | 1011011 | 11001010 | 11011 | 110111 | 0 | 10101 | 100001111 | 110011 | 111001 |
Color Harmonies of #945BCA
Complementary color
Monochromatic Colors of #945BCA
Black with #945BCA
Text Example
Text Example
White with #945BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BCA; }
p { color: rgb(148,91,202); }
H1.HeaderClassName
{
color: #945BCA;
}
.AnyTagClassName
{
color: #945BCA;
}
</style>
background-color css
<style>
a { background-color: #945BCA; }
a { background-color: rgb(148,91,202); }
div.DivClassName
{
background-color: #945BCA;
}
.BgClassName
{
background-color: #945BCA;
}
</style>
border-color css
<style>
span { border-color: #945BCA; }
span { border-color: rgb(148,91,202); }
td.TdClassName
{
border-color: #945BCA;
}
.TagClassName
{
border-color: #945BCA;
}
</style>