Shades of Amethyst #905CC1
Tints of Amethyst #905CC1
RGB
CMYK
RGB Variations
Color information
#905CC1 (or 0x905CC1) is known color: Amethyst. HEX triplet: 90, 5C and C1. RGB value is (144,92,193). Sum of RGB (Red+Green+Blue) = 144+92+193=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #905CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CC1 is #6FA33E. Grayscale: #767676. Windows color (decimal): -7316287 or 12672144. OLE color: 12672144.
HSL color Cylindrical-coordinate representation of color #905CC1: hue angle of 270.89º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905CC1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 92 | 193 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.24 |
| HSL | 270.89º | 0.45% | 0.56% | - |
| HSV(B) | 270.89º | 0.52% | 0.76% | - |
| XYZ | 24.95 | 17.43 | 52.5 | - |
| YUV | 119.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 193 | 0.25 | 0.52 | 0 | 0.24 | 270.89 | 0.45 | 0.56 |
| Hex | 90 | 5C | C1 | 19 | 34 | 0 | 18 | 10F | 2D | 38 |
| Octal | 220 | 134 | 301 | 31 | 64 | 0 | 30 | 417 | 55 | 70 |
| Binary | 10010000 | 1011100 | 11000001 | 11001 | 110100 | 0 | 11000 | 100001111 | 101101 | 111000 |
Color Harmonies of #905CC1
Complementary color
Monochromatic Colors of #905CC1
Black with #905CC1
Text Example
Text Example
White with #905CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CC1; }
p { color: rgb(144,92,193); }
H1.HeaderClassName
{
color: #905CC1;
}
.AnyTagClassName
{
color: #905CC1;
}
</style>
background-color css
<style>
a { background-color: #905CC1; }
a { background-color: rgb(144,92,193); }
div.DivClassName
{
background-color: #905CC1;
}
.BgClassName
{
background-color: #905CC1;
}
</style>
border-color css
<style>
span { border-color: #905CC1; }
span { border-color: rgb(144,92,193); }
td.TdClassName
{
border-color: #905CC1;
}
.TagClassName
{
border-color: #905CC1;
}
</style>