Shades of Amethyst #9464CF
Tints of Amethyst #9464CF
RGB
CMYK
RGB Variations
Color information
#9464CF (or 0x9464CF) is known color: Amethyst. HEX triplet: 94, 64 and CF. RGB value is (148,100,207). Sum of RGB (Red+Green+Blue) = 148+100+207=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9464CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464CF is #6B9B30. Grayscale: #7E7E7E. Windows color (decimal): -7052081 or 13591700. OLE color: 13591700.
HSL color Cylindrical-coordinate representation of color #9464CF: hue angle of 266.92º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9464CF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 100 | 207 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.19 |
| HSL | 266.92º | 0.53% | 0.6% | - |
| HSV(B) | 266.92º | 0.52% | 0.81% | - |
| XYZ | 28.03 | 19.92 | 61.4 | - |
| YUV | 126.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 207 | 0.29 | 0.52 | 0 | 0.19 | 266.92 | 0.53 | 0.6 |
| Hex | 94 | 64 | CF | 1D | 34 | 0 | 13 | 10B | 35 | 3C |
| Octal | 224 | 144 | 317 | 35 | 64 | 0 | 23 | 413 | 65 | 74 |
| Binary | 10010100 | 1100100 | 11001111 | 11101 | 110100 | 0 | 10011 | 100001011 | 110101 | 111100 |
Color Harmonies of #9464CF
Complementary color
Monochromatic Colors of #9464CF
Black with #9464CF
Text Example
Text Example
White with #9464CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464CF; }
p { color: rgb(148,100,207); }
H1.HeaderClassName
{
color: #9464CF;
}
.AnyTagClassName
{
color: #9464CF;
}
</style>
background-color css
<style>
a { background-color: #9464CF; }
a { background-color: rgb(148,100,207); }
div.DivClassName
{
background-color: #9464CF;
}
.BgClassName
{
background-color: #9464CF;
}
</style>
border-color css
<style>
span { border-color: #9464CF; }
span { border-color: rgb(148,100,207); }
td.TdClassName
{
border-color: #9464CF;
}
.TagClassName
{
border-color: #9464CF;
}
</style>