Shades of Amethyst #9152CB
Tints of Amethyst #9152CB
RGB
CMYK
RGB Variations
Color information
#9152CB (or 0x9152CB) is known color: Amethyst. HEX triplet: 91, 52 and CB. RGB value is (145,82,203). Sum of RGB (Red+Green+Blue) = 145+82+203=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9152CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152CB is #6EAD34. Grayscale: #727272. Windows color (decimal): -7253301 or 13324945. OLE color: 13324945.
HSL color Cylindrical-coordinate representation of color #9152CB: hue angle of 271.24º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9152CB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 82 | 203 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.20 |
| HSL | 271.24º | 0.54% | 0.56% | - |
| HSV(B) | 271.24º | 0.6% | 0.8% | - |
| XYZ | 25.47 | 16.37 | 58.32 | - |
| YUV | 114.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 203 | 0.29 | 0.60 | 0 | 0.20 | 271.24 | 0.54 | 0.56 |
| Hex | 91 | 52 | CB | 1D | 3C | 0 | 14 | 10F | 36 | 38 |
| Octal | 221 | 122 | 313 | 35 | 74 | 0 | 24 | 417 | 66 | 70 |
| Binary | 10010001 | 1010010 | 11001011 | 11101 | 111100 | 0 | 10100 | 100001111 | 110110 | 111000 |
Color Harmonies of #9152CB
Complementary color
Monochromatic Colors of #9152CB
Black with #9152CB
Text Example
Text Example
White with #9152CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152CB; }
p { color: rgb(145,82,203); }
H1.HeaderClassName
{
color: #9152CB;
}
.AnyTagClassName
{
color: #9152CB;
}
</style>
background-color css
<style>
a { background-color: #9152CB; }
a { background-color: rgb(145,82,203); }
div.DivClassName
{
background-color: #9152CB;
}
.BgClassName
{
background-color: #9152CB;
}
</style>
border-color css
<style>
span { border-color: #9152CB; }
span { border-color: rgb(145,82,203); }
td.TdClassName
{
border-color: #9152CB;
}
.TagClassName
{
border-color: #9152CB;
}
</style>