Shades of Amethyst #9B67CE
Tints of Amethyst #9B67CE
RGB
CMYK
RGB Variations
Color information
#9B67CE (or 0x9B67CE) is known color: Amethyst. HEX triplet: 9B, 67 and CE. RGB value is (155,103,206). Sum of RGB (Red+Green+Blue) = 155+103+206=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67CE is #649831. Grayscale: #818181. Windows color (decimal): -6592562 or 13526939. OLE color: 13526939.
HSL color Cylindrical-coordinate representation of color #9B67CE: hue angle of 270.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B67CE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 103 | 206 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.19 |
| HSL | 270.29º | 0.51% | 0.61% | - |
| HSV(B) | 270.29º | 0.5% | 0.81% | - |
| XYZ | 29.51 | 21.13 | 60.91 | - |
| YUV | 130.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 206 | 0.25 | 0.50 | 0 | 0.19 | 270.29 | 0.51 | 0.61 |
| Hex | 9B | 67 | CE | 19 | 32 | 0 | 13 | 10E | 33 | 3D |
| Octal | 233 | 147 | 316 | 31 | 62 | 0 | 23 | 416 | 63 | 75 |
| Binary | 10011011 | 1100111 | 11001110 | 11001 | 110010 | 0 | 10011 | 100001110 | 110011 | 111101 |
Color Harmonies of #9B67CE
Complementary color
Monochromatic Colors of #9B67CE
Black with #9B67CE
Text Example
Text Example
White with #9B67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67CE; }
p { color: rgb(155,103,206); }
H1.HeaderClassName
{
color: #9B67CE;
}
.AnyTagClassName
{
color: #9B67CE;
}
</style>
background-color css
<style>
a { background-color: #9B67CE; }
a { background-color: rgb(155,103,206); }
div.DivClassName
{
background-color: #9B67CE;
}
.BgClassName
{
background-color: #9B67CE;
}
</style>
border-color css
<style>
span { border-color: #9B67CE; }
span { border-color: rgb(155,103,206); }
td.TdClassName
{
border-color: #9B67CE;
}
.TagClassName
{
border-color: #9B67CE;
}
</style>