Shades of Amethyst #9654CB
Tints of Amethyst #9654CB
RGB
CMYK
RGB Variations
Color information
#9654CB (or 0x9654CB) is known color: Amethyst. HEX triplet: 96, 54 and CB. RGB value is (150,84,203). Sum of RGB (Red+Green+Blue) = 150+84+203=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #9654CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654CB is #69AB34. Grayscale: #747474. Windows color (decimal): -6925109 or 13325462. OLE color: 13325462.
HSL color Cylindrical-coordinate representation of color #9654CB: hue angle of 273.28º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9654CB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 84 | 203 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.20 |
| HSL | 273.28º | 0.53% | 0.56% | - |
| HSV(B) | 273.28º | 0.59% | 0.8% | - |
| XYZ | 26.53 | 17.14 | 58.41 | - |
| YUV | 117.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 203 | 0.26 | 0.59 | 0 | 0.20 | 273.28 | 0.53 | 0.56 |
| Hex | 96 | 54 | CB | 1A | 3B | 0 | 14 | 111 | 35 | 38 |
| Octal | 226 | 124 | 313 | 32 | 73 | 0 | 24 | 421 | 65 | 70 |
| Binary | 10010110 | 1010100 | 11001011 | 11010 | 111011 | 0 | 10100 | 100010001 | 110101 | 111000 |
Color Harmonies of #9654CB
Complementary color
Monochromatic Colors of #9654CB
Black with #9654CB
Text Example
Text Example
White with #9654CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654CB; }
p { color: rgb(150,84,203); }
H1.HeaderClassName
{
color: #9654CB;
}
.AnyTagClassName
{
color: #9654CB;
}
</style>
background-color css
<style>
a { background-color: #9654CB; }
a { background-color: rgb(150,84,203); }
div.DivClassName
{
background-color: #9654CB;
}
.BgClassName
{
background-color: #9654CB;
}
</style>
border-color css
<style>
span { border-color: #9654CB; }
span { border-color: rgb(150,84,203); }
td.TdClassName
{
border-color: #9654CB;
}
.TagClassName
{
border-color: #9654CB;
}
</style>