Shades of Amethyst #9161CB
Tints of Amethyst #9161CB
RGB
CMYK
RGB Variations
Color information
#9161CB (or 0x9161CB) is known color: Amethyst. HEX triplet: 91, 61 and CB. RGB value is (145,97,203). Sum of RGB (Red+Green+Blue) = 145+97+203=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9161CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161CB is #6E9E34. Grayscale: #7B7B7B. Windows color (decimal): -7249461 or 13328785. OLE color: 13328785.
HSL color Cylindrical-coordinate representation of color #9161CB: hue angle of 267.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9161CB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 97 | 203 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.20 |
| HSL | 267.17º | 0.5% | 0.59% | - |
| HSV(B) | 267.17º | 0.52% | 0.8% | - |
| XYZ | 26.73 | 18.88 | 58.74 | - |
| YUV | 123.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 203 | 0.29 | 0.52 | 0 | 0.20 | 267.17 | 0.5 | 0.59 |
| Hex | 91 | 61 | CB | 1D | 34 | 0 | 14 | 10B | 32 | 3B |
| Octal | 221 | 141 | 313 | 35 | 64 | 0 | 24 | 413 | 62 | 73 |
| Binary | 10010001 | 1100001 | 11001011 | 11101 | 110100 | 0 | 10100 | 100001011 | 110010 | 111011 |
Color Harmonies of #9161CB
Complementary color
Monochromatic Colors of #9161CB
Black with #9161CB
Text Example
Text Example
White with #9161CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9161CB; }
p { color: rgb(145,97,203); }
H1.HeaderClassName
{
color: #9161CB;
}
.AnyTagClassName
{
color: #9161CB;
}
</style>
background-color css
<style>
a { background-color: #9161CB; }
a { background-color: rgb(145,97,203); }
div.DivClassName
{
background-color: #9161CB;
}
.BgClassName
{
background-color: #9161CB;
}
</style>
border-color css
<style>
span { border-color: #9161CB; }
span { border-color: rgb(145,97,203); }
td.TdClassName
{
border-color: #9161CB;
}
.TagClassName
{
border-color: #9161CB;
}
</style>