Shades of Amethyst #9B67C1
Tints of Amethyst #9B67C1
RGB
CMYK
RGB Variations
Color information
#9B67C1 (or 0x9B67C1) is known color: Amethyst. HEX triplet: 9B, 67 and C1. RGB value is (155,103,193). Sum of RGB (Red+Green+Blue) = 155+103+193=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67C1 is #64983E. Grayscale: #808080. Windows color (decimal): -6592575 or 12674971. OLE color: 12674971.
HSL color Cylindrical-coordinate representation of color #9B67C1: hue angle of 274.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B67C1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 103 | 193 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.24 |
| HSL | 274.67º | 0.42% | 0.58% | - |
| HSV(B) | 274.67º | 0.47% | 0.76% | - |
| XYZ | 27.99 | 20.52 | 52.94 | - |
| YUV | 128.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 193 | 0.20 | 0.47 | 0 | 0.24 | 274.67 | 0.42 | 0.58 |
| Hex | 9B | 67 | C1 | 14 | 2F | 0 | 18 | 113 | 2A | 3A |
| Octal | 233 | 147 | 301 | 24 | 57 | 0 | 30 | 423 | 52 | 72 |
| Binary | 10011011 | 1100111 | 11000001 | 10100 | 101111 | 0 | 11000 | 100010011 | 101010 | 111010 |
Color Harmonies of #9B67C1
Complementary color
Monochromatic Colors of #9B67C1
Black with #9B67C1
Text Example
Text Example
White with #9B67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67C1; }
p { color: rgb(155,103,193); }
H1.HeaderClassName
{
color: #9B67C1;
}
.AnyTagClassName
{
color: #9B67C1;
}
</style>
background-color css
<style>
a { background-color: #9B67C1; }
a { background-color: rgb(155,103,193); }
div.DivClassName
{
background-color: #9B67C1;
}
.BgClassName
{
background-color: #9B67C1;
}
</style>
border-color css
<style>
span { border-color: #9B67C1; }
span { border-color: rgb(155,103,193); }
td.TdClassName
{
border-color: #9B67C1;
}
.TagClassName
{
border-color: #9B67C1;
}
</style>