Shades of Amethyst #9653CE
Tints of Amethyst #9653CE
RGB
CMYK
RGB Variations
Color information
#9653CE (or 0x9653CE) is known color: Amethyst. HEX triplet: 96, 53 and CE. RGB value is (150,83,206). Sum of RGB (Red+Green+Blue) = 150+83+206=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9653CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653CE is #69AC31. Grayscale: #747474. Windows color (decimal): -6925362 or 13521814. OLE color: 13521814.
HSL color Cylindrical-coordinate representation of color #9653CE: hue angle of 272.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9653CE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 83 | 206 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.19 |
| HSL | 272.68º | 0.56% | 0.57% | - |
| HSV(B) | 272.68º | 0.6% | 0.81% | - |
| XYZ | 26.81 | 17.13 | 60.29 | - |
| YUV | 117.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 206 | 0.27 | 0.60 | 0 | 0.19 | 272.68 | 0.56 | 0.57 |
| Hex | 96 | 53 | CE | 1B | 3C | 0 | 13 | 111 | 38 | 39 |
| Octal | 226 | 123 | 316 | 33 | 74 | 0 | 23 | 421 | 70 | 71 |
| Binary | 10010110 | 1010011 | 11001110 | 11011 | 111100 | 0 | 10011 | 100010001 | 111000 | 111001 |
Color Harmonies of #9653CE
Complementary color
Monochromatic Colors of #9653CE
Black with #9653CE
Text Example
Text Example
White with #9653CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653CE; }
p { color: rgb(150,83,206); }
H1.HeaderClassName
{
color: #9653CE;
}
.AnyTagClassName
{
color: #9653CE;
}
</style>
background-color css
<style>
a { background-color: #9653CE; }
a { background-color: rgb(150,83,206); }
div.DivClassName
{
background-color: #9653CE;
}
.BgClassName
{
background-color: #9653CE;
}
</style>
border-color css
<style>
span { border-color: #9653CE; }
span { border-color: rgb(150,83,206); }
td.TdClassName
{
border-color: #9653CE;
}
.TagClassName
{
border-color: #9653CE;
}
</style>