Shades of Amethyst #9B5FCA
Tints of Amethyst #9B5FCA
RGB
CMYK
RGB Variations
Color information
#9B5FCA (or 0x9B5FCA) is known color: Amethyst. HEX triplet: 9B, 5F and CA. RGB value is (155,95,202). Sum of RGB (Red+Green+Blue) = 155+95+202=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FCA is #64A035. Grayscale: #7C7C7C. Windows color (decimal): -6594614 or 13262747. OLE color: 13262747.
HSL color Cylindrical-coordinate representation of color #9B5FCA: hue angle of 273.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B5FCA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 95 | 202 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.21 |
| HSL | 273.64º | 0.5% | 0.58% | - |
| HSV(B) | 273.64º | 0.53% | 0.79% | - |
| XYZ | 28.27 | 19.42 | 58.14 | - |
| YUV | 125.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 202 | 0.23 | 0.53 | 0 | 0.21 | 273.64 | 0.5 | 0.58 |
| Hex | 9B | 5F | CA | 17 | 35 | 0 | 15 | 112 | 32 | 3A |
| Octal | 233 | 137 | 312 | 27 | 65 | 0 | 25 | 422 | 62 | 72 |
| Binary | 10011011 | 1011111 | 11001010 | 10111 | 110101 | 0 | 10101 | 100010010 | 110010 | 111010 |
Color Harmonies of #9B5FCA
Complementary color
Monochromatic Colors of #9B5FCA
Black with #9B5FCA
Text Example
Text Example
White with #9B5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FCA; }
p { color: rgb(155,95,202); }
H1.HeaderClassName
{
color: #9B5FCA;
}
.AnyTagClassName
{
color: #9B5FCA;
}
</style>
background-color css
<style>
a { background-color: #9B5FCA; }
a { background-color: rgb(155,95,202); }
div.DivClassName
{
background-color: #9B5FCA;
}
.BgClassName
{
background-color: #9B5FCA;
}
</style>
border-color css
<style>
span { border-color: #9B5FCA; }
span { border-color: rgb(155,95,202); }
td.TdClassName
{
border-color: #9B5FCA;
}
.TagClassName
{
border-color: #9B5FCA;
}
</style>