Shades of Amethyst #9453CE
Tints of Amethyst #9453CE
RGB
CMYK
RGB Variations
Color information
#9453CE (or 0x9453CE) is known color: Amethyst. HEX triplet: 94, 53 and CE. RGB value is (148,83,206). Sum of RGB (Red+Green+Blue) = 148+83+206=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9453CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453CE is #6BAC31. Grayscale: #747474. Windows color (decimal): -7056434 or 13521812. OLE color: 13521812.
HSL color Cylindrical-coordinate representation of color #9453CE: hue angle of 271.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9453CE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 83 | 206 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.19 |
| HSL | 271.71º | 0.56% | 0.57% | - |
| HSV(B) | 271.71º | 0.6% | 0.81% | - |
| XYZ | 26.45 | 16.94 | 60.27 | - |
| YUV | 116.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 206 | 0.28 | 0.60 | 0 | 0.19 | 271.71 | 0.56 | 0.57 |
| Hex | 94 | 53 | CE | 1C | 3C | 0 | 13 | 110 | 38 | 39 |
| Octal | 224 | 123 | 316 | 34 | 74 | 0 | 23 | 420 | 70 | 71 |
| Binary | 10010100 | 1010011 | 11001110 | 11100 | 111100 | 0 | 10011 | 100010000 | 111000 | 111001 |
Color Harmonies of #9453CE
Complementary color
Monochromatic Colors of #9453CE
Black with #9453CE
Text Example
Text Example
White with #9453CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453CE; }
p { color: rgb(148,83,206); }
H1.HeaderClassName
{
color: #9453CE;
}
.AnyTagClassName
{
color: #9453CE;
}
</style>
background-color css
<style>
a { background-color: #9453CE; }
a { background-color: rgb(148,83,206); }
div.DivClassName
{
background-color: #9453CE;
}
.BgClassName
{
background-color: #9453CE;
}
</style>
border-color css
<style>
span { border-color: #9453CE; }
span { border-color: rgb(148,83,206); }
td.TdClassName
{
border-color: #9453CE;
}
.TagClassName
{
border-color: #9453CE;
}
</style>