Shades of Amethyst #9455DB
Tints of Amethyst #9455DB
RGB
CMYK
RGB Variations
Color information
#9455DB (or 0x9455DB) is known color: Amethyst. HEX triplet: 94, 55 and DB. RGB value is (148,85,219). Sum of RGB (Red+Green+Blue) = 148+85+219=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9455DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455DB is #6BAA24. Grayscale: #767676. Windows color (decimal): -7055909 or 14374292. OLE color: 14374292.
HSL color Cylindrical-coordinate representation of color #9455DB: hue angle of 268.21º 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 #9455DB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 85 | 219 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.14 |
| HSL | 268.21º | 0.65% | 0.6% | - |
| HSV(B) | 268.21º | 0.61% | 0.86% | - |
| XYZ | 28.25 | 17.91 | 68.99 | - |
| YUV | 119.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 219 | 0.32 | 0.61 | 0 | 0.14 | 268.21 | 0.65 | 0.6 |
| Hex | 94 | 55 | DB | 20 | 3D | 0 | E | 10C | 41 | 3C |
| Octal | 224 | 125 | 333 | 40 | 75 | 0 | 16 | 414 | 101 | 74 |
| Binary | 10010100 | 1010101 | 11011011 | 100000 | 111101 | 0 | 1110 | 100001100 | 1000001 | 111100 |
Color Harmonies of #9455DB
Complementary color
Monochromatic Colors of #9455DB
Black with #9455DB
Text Example
Text Example
White with #9455DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9455DB; }
p { color: rgb(148,85,219); }
H1.HeaderClassName
{
color: #9455DB;
}
.AnyTagClassName
{
color: #9455DB;
}
</style>
background-color css
<style>
a { background-color: #9455DB; }
a { background-color: rgb(148,85,219); }
div.DivClassName
{
background-color: #9455DB;
}
.BgClassName
{
background-color: #9455DB;
}
</style>
border-color css
<style>
span { border-color: #9455DB; }
span { border-color: rgb(148,85,219); }
td.TdClassName
{
border-color: #9455DB;
}
.TagClassName
{
border-color: #9455DB;
}
</style>