Shades of Amethyst #9255CD
Tints of Amethyst #9255CD
RGB
CMYK
RGB Variations
Color information
#9255CD (or 0x9255CD) is known color: Amethyst. HEX triplet: 92, 55 and CD. RGB value is (146,85,205). Sum of RGB (Red+Green+Blue) = 146+85+205=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9255CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255CD is #6DAA32. Grayscale: #747474. Windows color (decimal): -7186995 or 13456786. OLE color: 13456786.
HSL color Cylindrical-coordinate representation of color #9255CD: hue angle of 270.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9255CD is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 85 | 205 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.20 |
| HSL | 270.5º | 0.55% | 0.57% | - |
| HSV(B) | 270.5º | 0.59% | 0.8% | - |
| XYZ | 26.12 | 17.02 | 59.67 | - |
| YUV | 116.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 205 | 0.29 | 0.59 | 0 | 0.20 | 270.5 | 0.55 | 0.57 |
| Hex | 92 | 55 | CD | 1D | 3B | 0 | 14 | 10E | 37 | 39 |
| Octal | 222 | 125 | 315 | 35 | 73 | 0 | 24 | 416 | 67 | 71 |
| Binary | 10010010 | 1010101 | 11001101 | 11101 | 111011 | 0 | 10100 | 100001110 | 110111 | 111001 |
Color Harmonies of #9255CD
Complementary color
Monochromatic Colors of #9255CD
Black with #9255CD
Text Example
Text Example
White with #9255CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255CD; }
p { color: rgb(146,85,205); }
H1.HeaderClassName
{
color: #9255CD;
}
.AnyTagClassName
{
color: #9255CD;
}
</style>
background-color css
<style>
a { background-color: #9255CD; }
a { background-color: rgb(146,85,205); }
div.DivClassName
{
background-color: #9255CD;
}
.BgClassName
{
background-color: #9255CD;
}
</style>
border-color css
<style>
span { border-color: #9255CD; }
span { border-color: rgb(146,85,205); }
td.TdClassName
{
border-color: #9255CD;
}
.TagClassName
{
border-color: #9255CD;
}
</style>