Shades of Amethyst #9B67CF
Tints of Amethyst #9B67CF
RGB
CMYK
RGB Variations
Color information
#9B67CF (or 0x9B67CF) is known color: Amethyst. HEX triplet: 9B, 67 and CF. RGB value is (155,103,207). Sum of RGB (Red+Green+Blue) = 155+103+207=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67CF is #649830. Grayscale: #828282. Windows color (decimal): -6592561 or 13592475. OLE color: 13592475.
HSL color Cylindrical-coordinate representation of color #9B67CF: hue angle of 270º degrees, saturation: 0.52, 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 #9B67CF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 103 | 207 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.19 |
| HSL | 270º | 0.52% | 0.61% | - |
| HSV(B) | 270º | 0.5% | 0.81% | - |
| XYZ | 29.63 | 21.17 | 61.56 | - |
| YUV | 130.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 207 | 0.25 | 0.50 | 0 | 0.19 | 270 | 0.52 | 0.61 |
| Hex | 9B | 67 | CF | 19 | 32 | 0 | 13 | 10E | 34 | 3D |
| Octal | 233 | 147 | 317 | 31 | 62 | 0 | 23 | 416 | 64 | 75 |
| Binary | 10011011 | 1100111 | 11001111 | 11001 | 110010 | 0 | 10011 | 100001110 | 110100 | 111101 |
Color Harmonies of #9B67CF
Complementary color
Monochromatic Colors of #9B67CF
Black with #9B67CF
Text Example
Text Example
White with #9B67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67CF; }
p { color: rgb(155,103,207); }
H1.HeaderClassName
{
color: #9B67CF;
}
.AnyTagClassName
{
color: #9B67CF;
}
</style>
background-color css
<style>
a { background-color: #9B67CF; }
a { background-color: rgb(155,103,207); }
div.DivClassName
{
background-color: #9B67CF;
}
.BgClassName
{
background-color: #9B67CF;
}
</style>
border-color css
<style>
span { border-color: #9B67CF; }
span { border-color: rgb(155,103,207); }
td.TdClassName
{
border-color: #9B67CF;
}
.TagClassName
{
border-color: #9B67CF;
}
</style>