Shades of Amethyst #9464CD
Tints of Amethyst #9464CD
RGB
CMYK
RGB Variations
Color information
#9464CD (or 0x9464CD) is known color: Amethyst. HEX triplet: 94, 64 and CD. RGB value is (148,100,205). Sum of RGB (Red+Green+Blue) = 148+100+205=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #9464CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464CD is #6B9B32. Grayscale: #7D7D7D. Windows color (decimal): -7052083 or 13460628. OLE color: 13460628.
HSL color Cylindrical-coordinate representation of color #9464CD: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9464CD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 100 | 205 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.20 |
| HSL | 267.43º | 0.51% | 0.6% | - |
| HSV(B) | 267.43º | 0.51% | 0.8% | - |
| XYZ | 27.79 | 19.82 | 60.12 | - |
| YUV | 126.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 205 | 0.28 | 0.51 | 0 | 0.20 | 267.43 | 0.51 | 0.6 |
| Hex | 94 | 64 | CD | 1C | 33 | 0 | 14 | 10B | 33 | 3C |
| Octal | 224 | 144 | 315 | 34 | 63 | 0 | 24 | 413 | 63 | 74 |
| Binary | 10010100 | 1100100 | 11001101 | 11100 | 110011 | 0 | 10100 | 100001011 | 110011 | 111100 |
Color Harmonies of #9464CD
Complementary color
Monochromatic Colors of #9464CD
Black with #9464CD
Text Example
Text Example
White with #9464CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464CD; }
p { color: rgb(148,100,205); }
H1.HeaderClassName
{
color: #9464CD;
}
.AnyTagClassName
{
color: #9464CD;
}
</style>
background-color css
<style>
a { background-color: #9464CD; }
a { background-color: rgb(148,100,205); }
div.DivClassName
{
background-color: #9464CD;
}
.BgClassName
{
background-color: #9464CD;
}
</style>
border-color css
<style>
span { border-color: #9464CD; }
span { border-color: rgb(148,100,205); }
td.TdClassName
{
border-color: #9464CD;
}
.TagClassName
{
border-color: #9464CD;
}
</style>