Shades of Amethyst #9153CB
Tints of Amethyst #9153CB
RGB
CMYK
RGB Variations
Color information
#9153CB (or 0x9153CB) is known color: Amethyst. HEX triplet: 91, 53 and CB. RGB value is (145,83,203). Sum of RGB (Red+Green+Blue) = 145+83+203=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #9153CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153CB is #6EAC34. Grayscale: #727272. Windows color (decimal): -7253045 or 13325201. OLE color: 13325201.
HSL color Cylindrical-coordinate representation of color #9153CB: hue angle of 271º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9153CB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 83 | 203 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.20 |
| HSL | 271º | 0.54% | 0.56% | - |
| HSV(B) | 271º | 0.59% | 0.8% | - |
| XYZ | 25.55 | 16.52 | 58.34 | - |
| YUV | 115.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 203 | 0.29 | 0.59 | 0 | 0.20 | 271 | 0.54 | 0.56 |
| Hex | 91 | 53 | CB | 1D | 3B | 0 | 14 | 10F | 36 | 38 |
| Octal | 221 | 123 | 313 | 35 | 73 | 0 | 24 | 417 | 66 | 70 |
| Binary | 10010001 | 1010011 | 11001011 | 11101 | 111011 | 0 | 10100 | 100001111 | 110110 | 111000 |
Color Harmonies of #9153CB
Complementary color
Monochromatic Colors of #9153CB
Black with #9153CB
Text Example
Text Example
White with #9153CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153CB; }
p { color: rgb(145,83,203); }
H1.HeaderClassName
{
color: #9153CB;
}
.AnyTagClassName
{
color: #9153CB;
}
</style>
background-color css
<style>
a { background-color: #9153CB; }
a { background-color: rgb(145,83,203); }
div.DivClassName
{
background-color: #9153CB;
}
.BgClassName
{
background-color: #9153CB;
}
</style>
border-color css
<style>
span { border-color: #9153CB; }
span { border-color: rgb(145,83,203); }
td.TdClassName
{
border-color: #9153CB;
}
.TagClassName
{
border-color: #9153CB;
}
</style>