Shades of Amethyst #9453CF
Tints of Amethyst #9453CF
RGB
CMYK
RGB Variations
Color information
#9453CF (or 0x9453CF) is known color: Amethyst. HEX triplet: 94, 53 and CF. RGB value is (148,83,207). Sum of RGB (Red+Green+Blue) = 148+83+207=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9453CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453CF is #6BAC30. Grayscale: #747474. Windows color (decimal): -7056433 or 13587348. OLE color: 13587348.
HSL color Cylindrical-coordinate representation of color #9453CF: hue angle of 271.45º 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 #9453CF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 83 | 207 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.19 |
| HSL | 271.45º | 0.56% | 0.57% | - |
| HSV(B) | 271.45º | 0.6% | 0.81% | - |
| XYZ | 26.57 | 16.99 | 60.91 | - |
| YUV | 116.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 207 | 0.29 | 0.60 | 0 | 0.19 | 271.45 | 0.56 | 0.57 |
| Hex | 94 | 53 | CF | 1D | 3C | 0 | 13 | 10F | 38 | 39 |
| Octal | 224 | 123 | 317 | 35 | 74 | 0 | 23 | 417 | 70 | 71 |
| Binary | 10010100 | 1010011 | 11001111 | 11101 | 111100 | 0 | 10011 | 100001111 | 111000 | 111001 |
Color Harmonies of #9453CF
Complementary color
Monochromatic Colors of #9453CF
Black with #9453CF
Text Example
Text Example
White with #9453CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9453CF; }
p { color: rgb(148,83,207); }
H1.HeaderClassName
{
color: #9453CF;
}
.AnyTagClassName
{
color: #9453CF;
}
</style>
background-color css
<style>
a { background-color: #9453CF; }
a { background-color: rgb(148,83,207); }
div.DivClassName
{
background-color: #9453CF;
}
.BgClassName
{
background-color: #9453CF;
}
</style>
border-color css
<style>
span { border-color: #9453CF; }
span { border-color: rgb(148,83,207); }
td.TdClassName
{
border-color: #9453CF;
}
.TagClassName
{
border-color: #9453CF;
}
</style>