Shades of Amethyst #9B6CCA
Tints of Amethyst #9B6CCA
RGB
CMYK
RGB Variations
Color information
#9B6CCA (or 0x9B6CCA) is known color: Amethyst. HEX triplet: 9B, 6C and CA. RGB value is (155,108,202). Sum of RGB (Red+Green+Blue) = 155+108+202=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CCA is #649335. Grayscale: #848484. Windows color (decimal): -6591286 or 13266075. OLE color: 13266075.
HSL color Cylindrical-coordinate representation of color #9B6CCA: hue angle of 270º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6CCA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 108 | 202 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.21 |
| HSL | 270º | 0.47% | 0.61% | - |
| HSV(B) | 270º | 0.47% | 0.79% | - |
| XYZ | 29.54 | 21.96 | 58.56 | - |
| YUV | 132.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 202 | 0.23 | 0.47 | 0 | 0.21 | 270 | 0.47 | 0.61 |
| Hex | 9B | 6C | CA | 17 | 2F | 0 | 15 | 10E | 2F | 3D |
| Octal | 233 | 154 | 312 | 27 | 57 | 0 | 25 | 416 | 57 | 75 |
| Binary | 10011011 | 1101100 | 11001010 | 10111 | 101111 | 0 | 10101 | 100001110 | 101111 | 111101 |
Color Harmonies of #9B6CCA
Complementary color
Monochromatic Colors of #9B6CCA
Black with #9B6CCA
Text Example
Text Example
White with #9B6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6CCA; }
p { color: rgb(155,108,202); }
H1.HeaderClassName
{
color: #9B6CCA;
}
.AnyTagClassName
{
color: #9B6CCA;
}
</style>
background-color css
<style>
a { background-color: #9B6CCA; }
a { background-color: rgb(155,108,202); }
div.DivClassName
{
background-color: #9B6CCA;
}
.BgClassName
{
background-color: #9B6CCA;
}
</style>
border-color css
<style>
span { border-color: #9B6CCA; }
span { border-color: rgb(155,108,202); }
td.TdClassName
{
border-color: #9B6CCA;
}
.TagClassName
{
border-color: #9B6CCA;
}
</style>