Shades of Amethyst #9155CF
Tints of Amethyst #9155CF
RGB
CMYK
RGB Variations
Color information
#9155CF (or 0x9155CF) is known color: Amethyst. HEX triplet: 91, 55 and CF. RGB value is (145,85,207). Sum of RGB (Red+Green+Blue) = 145+85+207=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9155CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CF is #6EAA30. Grayscale: #747474. Windows color (decimal): -7252529 or 13587857. OLE color: 13587857.
HSL color Cylindrical-coordinate representation of color #9155CF: hue angle of 269.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9155CF is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 85 | 207 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.19 |
| HSL | 269.51º | 0.56% | 0.57% | - |
| HSV(B) | 269.51º | 0.59% | 0.81% | - |
| XYZ | 26.19 | 17.02 | 60.94 | - |
| YUV | 116.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 207 | 0.30 | 0.59 | 0 | 0.19 | 269.51 | 0.56 | 0.57 |
| Hex | 91 | 55 | CF | 1E | 3B | 0 | 13 | 10E | 38 | 39 |
| Octal | 221 | 125 | 317 | 36 | 73 | 0 | 23 | 416 | 70 | 71 |
| Binary | 10010001 | 1010101 | 11001111 | 11110 | 111011 | 0 | 10011 | 100001110 | 111000 | 111001 |
Color Harmonies of #9155CF
Complementary color
Monochromatic Colors of #9155CF
Black with #9155CF
Text Example
Text Example
White with #9155CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155CF; }
p { color: rgb(145,85,207); }
H1.HeaderClassName
{
color: #9155CF;
}
.AnyTagClassName
{
color: #9155CF;
}
</style>
background-color css
<style>
a { background-color: #9155CF; }
a { background-color: rgb(145,85,207); }
div.DivClassName
{
background-color: #9155CF;
}
.BgClassName
{
background-color: #9155CF;
}
</style>
border-color css
<style>
span { border-color: #9155CF; }
span { border-color: rgb(145,85,207); }
td.TdClassName
{
border-color: #9155CF;
}
.TagClassName
{
border-color: #9155CF;
}
</style>