Shades of Amethyst #9456DB
Tints of Amethyst #9456DB
RGB
CMYK
RGB Variations
Color information
#9456DB (or 0x9456DB) is known color: Amethyst. HEX triplet: 94, 56 and DB. RGB value is (148,86,219). Sum of RGB (Red+Green+Blue) = 148+86+219=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9456DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456DB is #6BA924. Grayscale: #777777. Windows color (decimal): -7055653 or 14374548. OLE color: 14374548.
HSL color Cylindrical-coordinate representation of color #9456DB: hue angle of 267.97º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9456DB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 86 | 219 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.14 |
| HSL | 267.97º | 0.65% | 0.6% | - |
| HSV(B) | 267.97º | 0.61% | 0.86% | - |
| XYZ | 28.33 | 18.07 | 69.01 | - |
| YUV | 119.7 | 184.04 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 219 | 0.32 | 0.61 | 0 | 0.14 | 267.97 | 0.65 | 0.6 |
| Hex | 94 | 56 | DB | 20 | 3D | 0 | E | 10C | 41 | 3C |
| Octal | 224 | 126 | 333 | 40 | 75 | 0 | 16 | 414 | 101 | 74 |
| Binary | 10010100 | 1010110 | 11011011 | 100000 | 111101 | 0 | 1110 | 100001100 | 1000001 | 111100 |
Color Harmonies of #9456DB
Complementary color
Monochromatic Colors of #9456DB
Black with #9456DB
Text Example
Text Example
White with #9456DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456DB; }
p { color: rgb(148,86,219); }
H1.HeaderClassName
{
color: #9456DB;
}
.AnyTagClassName
{
color: #9456DB;
}
</style>
background-color css
<style>
a { background-color: #9456DB; }
a { background-color: rgb(148,86,219); }
div.DivClassName
{
background-color: #9456DB;
}
.BgClassName
{
background-color: #9456DB;
}
</style>
border-color css
<style>
span { border-color: #9456DB; }
span { border-color: rgb(148,86,219); }
td.TdClassName
{
border-color: #9456DB;
}
.TagClassName
{
border-color: #9456DB;
}
</style>