Shades of Amethyst #9652E5
Tints of Amethyst #9652E5
RGB
CMYK
RGB Variations
Color information
#9652E5 (or 0x9652E5) is known color: Amethyst. HEX triplet: 96, 52 and E5. RGB value is (150,82,229). Sum of RGB (Red+Green+Blue) = 150+82+229=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #9652E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652E5 is #69AD1A. Grayscale: #767676. Windows color (decimal): -6925595 or 15028886. OLE color: 15028886.
HSL color Cylindrical-coordinate representation of color #9652E5: hue angle of 267.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9652E5 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 82 | 229 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.10 |
| HSL | 267.76º | 0.74% | 0.61% | - |
| HSV(B) | 267.76º | 0.64% | 0.9% | - |
| XYZ | 29.74 | 18.18 | 76.07 | - |
| YUV | 119.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 229 | 0.34 | 0.64 | 0 | 0.10 | 267.76 | 0.74 | 0.61 |
| Hex | 96 | 52 | E5 | 22 | 40 | 0 | A | 10C | 4A | 3D |
| Octal | 226 | 122 | 345 | 42 | 100 | 0 | 12 | 414 | 112 | 75 |
| Binary | 10010110 | 1010010 | 11100101 | 100010 | 1000000 | 0 | 1010 | 100001100 | 1001010 | 111101 |
Color Harmonies of #9652E5
Complementary color
Monochromatic Colors of #9652E5
Black with #9652E5
Text Example
Text Example
White with #9652E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652E5; }
p { color: rgb(150,82,229); }
H1.HeaderClassName
{
color: #9652E5;
}
.AnyTagClassName
{
color: #9652E5;
}
</style>
background-color css
<style>
a { background-color: #9652E5; }
a { background-color: rgb(150,82,229); }
div.DivClassName
{
background-color: #9652E5;
}
.BgClassName
{
background-color: #9652E5;
}
</style>
border-color css
<style>
span { border-color: #9652E5; }
span { border-color: rgb(150,82,229); }
td.TdClassName
{
border-color: #9652E5;
}
.TagClassName
{
border-color: #9652E5;
}
</style>