Shades of Amethyst #9464CE
Tints of Amethyst #9464CE
RGB
CMYK
RGB Variations
Color information
#9464CE (or 0x9464CE) is known color: Amethyst. HEX triplet: 94, 64 and CE. RGB value is (148,100,206). Sum of RGB (Red+Green+Blue) = 148+100+206=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9464CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464CE is #6B9B31. Grayscale: #7E7E7E. Windows color (decimal): -7052082 or 13526164. OLE color: 13526164.
HSL color Cylindrical-coordinate representation of color #9464CE: hue angle of 267.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9464CE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 100 | 206 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.19 |
| HSL | 267.17º | 0.52% | 0.6% | - |
| HSV(B) | 267.17º | 0.51% | 0.81% | - |
| XYZ | 27.91 | 19.87 | 60.76 | - |
| YUV | 126.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 206 | 0.28 | 0.51 | 0 | 0.19 | 267.17 | 0.52 | 0.6 |
| Hex | 94 | 64 | CE | 1C | 33 | 0 | 13 | 10B | 34 | 3C |
| Octal | 224 | 144 | 316 | 34 | 63 | 0 | 23 | 413 | 64 | 74 |
| Binary | 10010100 | 1100100 | 11001110 | 11100 | 110011 | 0 | 10011 | 100001011 | 110100 | 111100 |
Color Harmonies of #9464CE
Complementary color
Monochromatic Colors of #9464CE
Black with #9464CE
Text Example
Text Example
White with #9464CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464CE; }
p { color: rgb(148,100,206); }
H1.HeaderClassName
{
color: #9464CE;
}
.AnyTagClassName
{
color: #9464CE;
}
</style>
background-color css
<style>
a { background-color: #9464CE; }
a { background-color: rgb(148,100,206); }
div.DivClassName
{
background-color: #9464CE;
}
.BgClassName
{
background-color: #9464CE;
}
</style>
border-color css
<style>
span { border-color: #9464CE; }
span { border-color: rgb(148,100,206); }
td.TdClassName
{
border-color: #9464CE;
}
.TagClassName
{
border-color: #9464CE;
}
</style>