Shades of Amethyst #9B6CCC
Tints of Amethyst #9B6CCC
RGB
CMYK
RGB Variations
Color information
#9B6CCC (or 0x9B6CCC) is known color: Amethyst. HEX triplet: 9B, 6C and CC. RGB value is (155,108,204). Sum of RGB (Red+Green+Blue) = 155+108+204=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CCC is #649333. Grayscale: #848484. Windows color (decimal): -6591284 or 13397147. OLE color: 13397147.
HSL color Cylindrical-coordinate representation of color #9B6CCC: hue angle of 269.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6CCC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 108 | 204 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.2 |
| HSL | 269.38º | 0.48% | 0.61% | - |
| HSV(B) | 269.38º | 0.47% | 0.8% | - |
| XYZ | 29.78 | 22.05 | 59.81 | - |
| YUV | 133 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 204 | 0.24 | 0.47 | 0 | 0.2 | 269.38 | 0.48 | 0.61 |
| Hex | 9B | 6C | CC | 18 | 2F | 0 | 14 | 10D | 30 | 3D |
| Octal | 233 | 154 | 314 | 30 | 57 | 0 | 24 | 415 | 60 | 75 |
| Binary | 10011011 | 1101100 | 11001100 | 11000 | 101111 | 0 | 10100 | 100001101 | 110000 | 111101 |
Color Harmonies of #9B6CCC
Complementary color
Monochromatic Colors of #9B6CCC
Black with #9B6CCC
Text Example
Text Example
White with #9B6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6CCC; }
p { color: rgb(155,108,204); }
H1.HeaderClassName
{
color: #9B6CCC;
}
.AnyTagClassName
{
color: #9B6CCC;
}
</style>
background-color css
<style>
a { background-color: #9B6CCC; }
a { background-color: rgb(155,108,204); }
div.DivClassName
{
background-color: #9B6CCC;
}
.BgClassName
{
background-color: #9B6CCC;
}
</style>
border-color css
<style>
span { border-color: #9B6CCC; }
span { border-color: rgb(155,108,204); }
td.TdClassName
{
border-color: #9B6CCC;
}
.TagClassName
{
border-color: #9B6CCC;
}
</style>