Shades of Amethyst #9658CE
Tints of Amethyst #9658CE
RGB
CMYK
RGB Variations
Color information
#9658CE (or 0x9658CE) is known color: Amethyst. HEX triplet: 96, 58 and CE. RGB value is (150,88,206). Sum of RGB (Red+Green+Blue) = 150+88+206=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9658CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658CE is #69A731. Grayscale: #777777. Windows color (decimal): -6924082 or 13523094. OLE color: 13523094.
HSL color Cylindrical-coordinate representation of color #9658CE: hue angle of 271.53º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9658CE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 88 | 206 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.19 |
| HSL | 271.53º | 0.55% | 0.58% | - |
| HSV(B) | 271.53º | 0.57% | 0.81% | - |
| XYZ | 27.21 | 17.92 | 60.42 | - |
| YUV | 119.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 206 | 0.27 | 0.57 | 0 | 0.19 | 271.53 | 0.55 | 0.58 |
| Hex | 96 | 58 | CE | 1B | 39 | 0 | 13 | 110 | 37 | 3A |
| Octal | 226 | 130 | 316 | 33 | 71 | 0 | 23 | 420 | 67 | 72 |
| Binary | 10010110 | 1011000 | 11001110 | 11011 | 111001 | 0 | 10011 | 100010000 | 110111 | 111010 |
Color Harmonies of #9658CE
Complementary color
Monochromatic Colors of #9658CE
Black with #9658CE
Text Example
Text Example
White with #9658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658CE; }
p { color: rgb(150,88,206); }
H1.HeaderClassName
{
color: #9658CE;
}
.AnyTagClassName
{
color: #9658CE;
}
</style>
background-color css
<style>
a { background-color: #9658CE; }
a { background-color: rgb(150,88,206); }
div.DivClassName
{
background-color: #9658CE;
}
.BgClassName
{
background-color: #9658CE;
}
</style>
border-color css
<style>
span { border-color: #9658CE; }
span { border-color: rgb(150,88,206); }
td.TdClassName
{
border-color: #9658CE;
}
.TagClassName
{
border-color: #9658CE;
}
</style>