Shades of Amethyst #9253CE
Tints of Amethyst #9253CE
RGB
CMYK
RGB Variations
Color information
#9253CE (or 0x9253CE) is known color: Amethyst. HEX triplet: 92, 53 and CE. RGB value is (146,83,206). Sum of RGB (Red+Green+Blue) = 146+83+206=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #9253CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253CE is #6DAC31. Grayscale: #737373. Windows color (decimal): -7187506 or 13521810. OLE color: 13521810.
HSL color Cylindrical-coordinate representation of color #9253CE: hue angle of 270.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9253CE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 83 | 206 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.19 |
| HSL | 270.73º | 0.56% | 0.57% | - |
| HSV(B) | 270.73º | 0.6% | 0.81% | - |
| XYZ | 26.09 | 16.75 | 60.25 | - |
| YUV | 115.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 206 | 0.29 | 0.60 | 0 | 0.19 | 270.73 | 0.56 | 0.57 |
| Hex | 92 | 53 | CE | 1D | 3C | 0 | 13 | 10F | 38 | 39 |
| Octal | 222 | 123 | 316 | 35 | 74 | 0 | 23 | 417 | 70 | 71 |
| Binary | 10010010 | 1010011 | 11001110 | 11101 | 111100 | 0 | 10011 | 100001111 | 111000 | 111001 |
Color Harmonies of #9253CE
Complementary color
Monochromatic Colors of #9253CE
Black with #9253CE
Text Example
Text Example
White with #9253CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253CE; }
p { color: rgb(146,83,206); }
H1.HeaderClassName
{
color: #9253CE;
}
.AnyTagClassName
{
color: #9253CE;
}
</style>
background-color css
<style>
a { background-color: #9253CE; }
a { background-color: rgb(146,83,206); }
div.DivClassName
{
background-color: #9253CE;
}
.BgClassName
{
background-color: #9253CE;
}
</style>
border-color css
<style>
span { border-color: #9253CE; }
span { border-color: rgb(146,83,206); }
td.TdClassName
{
border-color: #9253CE;
}
.TagClassName
{
border-color: #9253CE;
}
</style>