Shades of Amethyst #9451CF
Tints of Amethyst #9451CF
RGB
CMYK
RGB Variations
Color information
#9451CF (or 0x9451CF) is known color: Amethyst. HEX triplet: 94, 51 and CF. RGB value is (148,81,207). Sum of RGB (Red+Green+Blue) = 148+81+207=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9451CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451CF is #6BAE30. Grayscale: #727272. Windows color (decimal): -7056945 or 13586836. OLE color: 13586836.
HSL color Cylindrical-coordinate representation of color #9451CF: hue angle of 271.9º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9451CF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 81 | 207 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.19 |
| HSL | 271.9º | 0.57% | 0.56% | - |
| HSV(B) | 271.9º | 0.61% | 0.81% | - |
| XYZ | 26.42 | 16.69 | 60.86 | - |
| YUV | 115.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 207 | 0.29 | 0.61 | 0 | 0.19 | 271.9 | 0.57 | 0.56 |
| Hex | 94 | 51 | CF | 1D | 3D | 0 | 13 | 110 | 39 | 38 |
| Octal | 224 | 121 | 317 | 35 | 75 | 0 | 23 | 420 | 71 | 70 |
| Binary | 10010100 | 1010001 | 11001111 | 11101 | 111101 | 0 | 10011 | 100010000 | 111001 | 111000 |
Color Harmonies of #9451CF
Complementary color
Monochromatic Colors of #9451CF
Black with #9451CF
Text Example
Text Example
White with #9451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451CF; }
p { color: rgb(148,81,207); }
H1.HeaderClassName
{
color: #9451CF;
}
.AnyTagClassName
{
color: #9451CF;
}
</style>
background-color css
<style>
a { background-color: #9451CF; }
a { background-color: rgb(148,81,207); }
div.DivClassName
{
background-color: #9451CF;
}
.BgClassName
{
background-color: #9451CF;
}
</style>
border-color css
<style>
span { border-color: #9451CF; }
span { border-color: rgb(148,81,207); }
td.TdClassName
{
border-color: #9451CF;
}
.TagClassName
{
border-color: #9451CF;
}
</style>