Shades of Amethyst #9164CB
Tints of Amethyst #9164CB
RGB
CMYK
RGB Variations
Color information
#9164CB (or 0x9164CB) is known color: Amethyst. HEX triplet: 91, 64 and CB. RGB value is (145,100,203). Sum of RGB (Red+Green+Blue) = 145+100+203=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9164CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164CB is #6E9B34. Grayscale: #7C7C7C. Windows color (decimal): -7248693 or 13329553. OLE color: 13329553.
HSL color Cylindrical-coordinate representation of color #9164CB: hue angle of 266.21º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9164CB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 100 | 203 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.20 |
| HSL | 266.21º | 0.5% | 0.59% | - |
| HSV(B) | 266.21º | 0.51% | 0.8% | - |
| XYZ | 27.01 | 19.45 | 58.83 | - |
| YUV | 125.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 203 | 0.29 | 0.51 | 0 | 0.20 | 266.21 | 0.5 | 0.59 |
| Hex | 91 | 64 | CB | 1D | 33 | 0 | 14 | 10A | 32 | 3B |
| Octal | 221 | 144 | 313 | 35 | 63 | 0 | 24 | 412 | 62 | 73 |
| Binary | 10010001 | 1100100 | 11001011 | 11101 | 110011 | 0 | 10100 | 100001010 | 110010 | 111011 |
Color Harmonies of #9164CB
Complementary color
Monochromatic Colors of #9164CB
Black with #9164CB
Text Example
Text Example
White with #9164CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164CB; }
p { color: rgb(145,100,203); }
H1.HeaderClassName
{
color: #9164CB;
}
.AnyTagClassName
{
color: #9164CB;
}
</style>
background-color css
<style>
a { background-color: #9164CB; }
a { background-color: rgb(145,100,203); }
div.DivClassName
{
background-color: #9164CB;
}
.BgClassName
{
background-color: #9164CB;
}
</style>
border-color css
<style>
span { border-color: #9164CB; }
span { border-color: rgb(145,100,203); }
td.TdClassName
{
border-color: #9164CB;
}
.TagClassName
{
border-color: #9164CB;
}
</style>