Shades of Amethyst #9953DC
Tints of Amethyst #9953DC
RGB
CMYK
RGB Variations
Color information
#9953DC (or 0x9953DC) is known color: Amethyst. HEX triplet: 99, 53 and DC. RGB value is (153,83,220). Sum of RGB (Red+Green+Blue) = 153+83+220=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9953DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953DC is #66AC23. Grayscale: #777777. Windows color (decimal): -6728740 or 14439321. OLE color: 14439321.
HSL color Cylindrical-coordinate representation of color #9953DC: hue angle of 270.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9953DC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 83 | 220 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.14 |
| HSL | 270.66º | 0.66% | 0.59% | - |
| HSV(B) | 270.66º | 0.62% | 0.86% | - |
| XYZ | 29.15 | 18.13 | 69.67 | - |
| YUV | 119.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 220 | 0.30 | 0.62 | 0 | 0.14 | 270.66 | 0.66 | 0.59 |
| Hex | 99 | 53 | DC | 1E | 3E | 0 | E | 10F | 42 | 3B |
| Octal | 231 | 123 | 334 | 36 | 76 | 0 | 16 | 417 | 102 | 73 |
| Binary | 10011001 | 1010011 | 11011100 | 11110 | 111110 | 0 | 1110 | 100001111 | 1000010 | 111011 |
Color Harmonies of #9953DC
Complementary color
Monochromatic Colors of #9953DC
Black with #9953DC
Text Example
Text Example
White with #9953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953DC; }
p { color: rgb(153,83,220); }
H1.HeaderClassName
{
color: #9953DC;
}
.AnyTagClassName
{
color: #9953DC;
}
</style>
background-color css
<style>
a { background-color: #9953DC; }
a { background-color: rgb(153,83,220); }
div.DivClassName
{
background-color: #9953DC;
}
.BgClassName
{
background-color: #9953DC;
}
</style>
border-color css
<style>
span { border-color: #9953DC; }
span { border-color: rgb(153,83,220); }
td.TdClassName
{
border-color: #9953DC;
}
.TagClassName
{
border-color: #9953DC;
}
</style>