Shades of Amethyst #9B5CCE
Tints of Amethyst #9B5CCE
RGB
CMYK
RGB Variations
Color information
#9B5CCE (or 0x9B5CCE) is known color: Amethyst. HEX triplet: 9B, 5C and CE. RGB value is (155,92,206). Sum of RGB (Red+Green+Blue) = 155+92+206=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CCE is #64A331. Grayscale: #7B7B7B. Windows color (decimal): -6595378 or 13524123. OLE color: 13524123.
HSL color Cylindrical-coordinate representation of color #9B5CCE: hue angle of 273.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B5CCE is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 92 | 206 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.19 |
| HSL | 273.16º | 0.54% | 0.58% | - |
| HSV(B) | 273.16º | 0.55% | 0.81% | - |
| XYZ | 28.49 | 19.08 | 60.57 | - |
| YUV | 123.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 206 | 0.25 | 0.55 | 0 | 0.19 | 273.16 | 0.54 | 0.58 |
| Hex | 9B | 5C | CE | 19 | 37 | 0 | 13 | 111 | 36 | 3A |
| Octal | 233 | 134 | 316 | 31 | 67 | 0 | 23 | 421 | 66 | 72 |
| Binary | 10011011 | 1011100 | 11001110 | 11001 | 110111 | 0 | 10011 | 100010001 | 110110 | 111010 |
Color Harmonies of #9B5CCE
Complementary color
Monochromatic Colors of #9B5CCE
Black with #9B5CCE
Text Example
Text Example
White with #9B5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5CCE; }
p { color: rgb(155,92,206); }
H1.HeaderClassName
{
color: #9B5CCE;
}
.AnyTagClassName
{
color: #9B5CCE;
}
</style>
background-color css
<style>
a { background-color: #9B5CCE; }
a { background-color: rgb(155,92,206); }
div.DivClassName
{
background-color: #9B5CCE;
}
.BgClassName
{
background-color: #9B5CCE;
}
</style>
border-color css
<style>
span { border-color: #9B5CCE; }
span { border-color: rgb(155,92,206); }
td.TdClassName
{
border-color: #9B5CCE;
}
.TagClassName
{
border-color: #9B5CCE;
}
</style>