Shades of Amethyst #9452DC
Tints of Amethyst #9452DC
RGB
CMYK
RGB Variations
Color information
#9452DC (or 0x9452DC) is known color: Amethyst. HEX triplet: 94, 52 and DC. RGB value is (148,82,220). Sum of RGB (Red+Green+Blue) = 148+82+220=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #9452DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452DC is #6BAD23. Grayscale: #747474. Windows color (decimal): -7056676 or 14439060. OLE color: 14439060.
HSL color Cylindrical-coordinate representation of color #9452DC: hue angle of 268.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9452DC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 82 | 220 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.14 |
| HSL | 268.7º | 0.66% | 0.59% | - |
| HSV(B) | 268.7º | 0.63% | 0.86% | - |
| XYZ | 28.15 | 17.5 | 69.6 | - |
| YUV | 117.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 220 | 0.33 | 0.63 | 0 | 0.14 | 268.7 | 0.66 | 0.59 |
| Hex | 94 | 52 | DC | 21 | 3F | 0 | E | 10D | 42 | 3B |
| Octal | 224 | 122 | 334 | 41 | 77 | 0 | 16 | 415 | 102 | 73 |
| Binary | 10010100 | 1010010 | 11011100 | 100001 | 111111 | 0 | 1110 | 100001101 | 1000010 | 111011 |
Color Harmonies of #9452DC
Complementary color
Monochromatic Colors of #9452DC
Black with #9452DC
Text Example
Text Example
White with #9452DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452DC; }
p { color: rgb(148,82,220); }
H1.HeaderClassName
{
color: #9452DC;
}
.AnyTagClassName
{
color: #9452DC;
}
</style>
background-color css
<style>
a { background-color: #9452DC; }
a { background-color: rgb(148,82,220); }
div.DivClassName
{
background-color: #9452DC;
}
.BgClassName
{
background-color: #9452DC;
}
</style>
border-color css
<style>
span { border-color: #9452DC; }
span { border-color: rgb(148,82,220); }
td.TdClassName
{
border-color: #9452DC;
}
.TagClassName
{
border-color: #9452DC;
}
</style>