Shades of Amethyst #9B5FC8
Tints of Amethyst #9B5FC8
RGB
CMYK
RGB Variations
Color information
#9B5FC8 (or 0x9B5FC8) is known color: Amethyst. HEX triplet: 9B, 5F and C8. RGB value is (155,95,200). Sum of RGB (Red+Green+Blue) = 155+95+200=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B5FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FC8 is #64A037. Grayscale: #7C7C7C. Windows color (decimal): -6594616 or 13131675. OLE color: 13131675.
HSL color Cylindrical-coordinate representation of color #9B5FC8: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B5FC8 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 95 | 200 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.22 |
| HSL | 274.29º | 0.49% | 0.58% | - |
| HSV(B) | 274.29º | 0.53% | 0.78% | - |
| XYZ | 28.04 | 19.32 | 56.9 | - |
| YUV | 124.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 200 | 0.22 | 0.52 | 0 | 0.22 | 274.29 | 0.49 | 0.58 |
| Hex | 9B | 5F | C8 | 16 | 34 | 0 | 16 | 112 | 31 | 3A |
| Octal | 233 | 137 | 310 | 26 | 64 | 0 | 26 | 422 | 61 | 72 |
| Binary | 10011011 | 1011111 | 11001000 | 10110 | 110100 | 0 | 10110 | 100010010 | 110001 | 111010 |
Color Harmonies of #9B5FC8
Complementary color
Monochromatic Colors of #9B5FC8
Black with #9B5FC8
Text Example
Text Example
White with #9B5FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FC8; }
p { color: rgb(155,95,200); }
H1.HeaderClassName
{
color: #9B5FC8;
}
.AnyTagClassName
{
color: #9B5FC8;
}
</style>
background-color css
<style>
a { background-color: #9B5FC8; }
a { background-color: rgb(155,95,200); }
div.DivClassName
{
background-color: #9B5FC8;
}
.BgClassName
{
background-color: #9B5FC8;
}
</style>
border-color css
<style>
span { border-color: #9B5FC8; }
span { border-color: rgb(155,95,200); }
td.TdClassName
{
border-color: #9B5FC8;
}
.TagClassName
{
border-color: #9B5FC8;
}
</style>