Shades of Amethyst #9B68C5
Tints of Amethyst #9B68C5
RGB
CMYK
RGB Variations
Color information
#9B68C5 (or 0x9B68C5) is known color: Amethyst. HEX triplet: 9B, 68 and C5. RGB value is (155,104,197). Sum of RGB (Red+Green+Blue) = 155+104+197=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B68C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68C5 is #64973A. Grayscale: #818181. Windows color (decimal): -6592315 or 12937371. OLE color: 12937371.
HSL color Cylindrical-coordinate representation of color #9B68C5: hue angle of 272.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B68C5 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 104 | 197 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.23 |
| HSL | 272.9º | 0.44% | 0.59% | - |
| HSV(B) | 272.9º | 0.47% | 0.77% | - |
| XYZ | 28.55 | 20.9 | 55.35 | - |
| YUV | 129.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 197 | 0.21 | 0.47 | 0 | 0.23 | 272.9 | 0.44 | 0.59 |
| Hex | 9B | 68 | C5 | 15 | 2F | 0 | 17 | 111 | 2C | 3B |
| Octal | 233 | 150 | 305 | 25 | 57 | 0 | 27 | 421 | 54 | 73 |
| Binary | 10011011 | 1101000 | 11000101 | 10101 | 101111 | 0 | 10111 | 100010001 | 101100 | 111011 |
Color Harmonies of #9B68C5
Complementary color
Monochromatic Colors of #9B68C5
Black with #9B68C5
Text Example
Text Example
White with #9B68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B68C5; }
p { color: rgb(155,104,197); }
H1.HeaderClassName
{
color: #9B68C5;
}
.AnyTagClassName
{
color: #9B68C5;
}
</style>
background-color css
<style>
a { background-color: #9B68C5; }
a { background-color: rgb(155,104,197); }
div.DivClassName
{
background-color: #9B68C5;
}
.BgClassName
{
background-color: #9B68C5;
}
</style>
border-color css
<style>
span { border-color: #9B68C5; }
span { border-color: rgb(155,104,197); }
td.TdClassName
{
border-color: #9B68C5;
}
.TagClassName
{
border-color: #9B68C5;
}
</style>