Shades of Amethyst #9468CD
Tints of Amethyst #9468CD
RGB
CMYK
RGB Variations
Color information
#9468CD (or 0x9468CD) is known color: Amethyst. HEX triplet: 94, 68 and CD. RGB value is (148,104,205). Sum of RGB (Red+Green+Blue) = 148+104+205=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9468CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468CD is #6B9732. Grayscale: #808080. Windows color (decimal): -7051059 or 13461652. OLE color: 13461652.
HSL color Cylindrical-coordinate representation of color #9468CD: hue angle of 266.14º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9468CD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 104 | 205 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.20 |
| HSL | 266.14º | 0.5% | 0.61% | - |
| HSV(B) | 266.14º | 0.49% | 0.8% | - |
| XYZ | 28.18 | 20.6 | 60.25 | - |
| YUV | 128.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 205 | 0.28 | 0.49 | 0 | 0.20 | 266.14 | 0.5 | 0.61 |
| Hex | 94 | 68 | CD | 1C | 31 | 0 | 14 | 10A | 32 | 3D |
| Octal | 224 | 150 | 315 | 34 | 61 | 0 | 24 | 412 | 62 | 75 |
| Binary | 10010100 | 1101000 | 11001101 | 11100 | 110001 | 0 | 10100 | 100001010 | 110010 | 111101 |
Color Harmonies of #9468CD
Complementary color
Monochromatic Colors of #9468CD
Black with #9468CD
Text Example
Text Example
White with #9468CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468CD; }
p { color: rgb(148,104,205); }
H1.HeaderClassName
{
color: #9468CD;
}
.AnyTagClassName
{
color: #9468CD;
}
</style>
background-color css
<style>
a { background-color: #9468CD; }
a { background-color: rgb(148,104,205); }
div.DivClassName
{
background-color: #9468CD;
}
.BgClassName
{
background-color: #9468CD;
}
</style>
border-color css
<style>
span { border-color: #9468CD; }
span { border-color: rgb(148,104,205); }
td.TdClassName
{
border-color: #9468CD;
}
.TagClassName
{
border-color: #9468CD;
}
</style>