Shades of Amethyst #9255CC
Tints of Amethyst #9255CC
RGB
CMYK
RGB Variations
Color information
#9255CC (or 0x9255CC) is known color: Amethyst. HEX triplet: 92, 55 and CC. RGB value is (146,85,204). Sum of RGB (Red+Green+Blue) = 146+85+204=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #9255CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255CC is #6DAA33. Grayscale: #747474. Windows color (decimal): -7186996 or 13391250. OLE color: 13391250.
HSL color Cylindrical-coordinate representation of color #9255CC: hue angle of 270.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9255CC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 85 | 204 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.2 |
| HSL | 270.76º | 0.54% | 0.57% | - |
| HSV(B) | 270.76º | 0.58% | 0.8% | - |
| XYZ | 26 | 16.97 | 59.03 | - |
| YUV | 116.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 204 | 0.28 | 0.58 | 0 | 0.2 | 270.76 | 0.54 | 0.57 |
| Hex | 92 | 55 | CC | 1C | 3A | 0 | 14 | 10F | 36 | 39 |
| Octal | 222 | 125 | 314 | 34 | 72 | 0 | 24 | 417 | 66 | 71 |
| Binary | 10010010 | 1010101 | 11001100 | 11100 | 111010 | 0 | 10100 | 100001111 | 110110 | 111001 |
Color Harmonies of #9255CC
Complementary color
Monochromatic Colors of #9255CC
Black with #9255CC
Text Example
Text Example
White with #9255CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255CC; }
p { color: rgb(146,85,204); }
H1.HeaderClassName
{
color: #9255CC;
}
.AnyTagClassName
{
color: #9255CC;
}
</style>
background-color css
<style>
a { background-color: #9255CC; }
a { background-color: rgb(146,85,204); }
div.DivClassName
{
background-color: #9255CC;
}
.BgClassName
{
background-color: #9255CC;
}
</style>
border-color css
<style>
span { border-color: #9255CC; }
span { border-color: rgb(146,85,204); }
td.TdClassName
{
border-color: #9255CC;
}
.TagClassName
{
border-color: #9255CC;
}
</style>