Shades of Amethyst #905CCC
Tints of Amethyst #905CCC
RGB
CMYK
RGB Variations
Color information
#905CCC (or 0x905CCC) is known color: Amethyst. HEX triplet: 90, 5C and CC. RGB value is (144,92,204). Sum of RGB (Red+Green+Blue) = 144+92+204=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #905CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CCC is #6FA333. Grayscale: #777777. Windows color (decimal): -7316276 or 13393040. OLE color: 13393040.
HSL color Cylindrical-coordinate representation of color #905CCC: hue angle of 267.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905CCC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 92 | 204 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.2 |
| HSL | 267.86º | 0.52% | 0.58% | - |
| HSV(B) | 267.86º | 0.55% | 0.8% | - |
| XYZ | 26.23 | 17.94 | 59.21 | - |
| YUV | 120.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 204 | 0.29 | 0.55 | 0 | 0.2 | 267.86 | 0.52 | 0.58 |
| Hex | 90 | 5C | CC | 1D | 37 | 0 | 14 | 10C | 34 | 3A |
| Octal | 220 | 134 | 314 | 35 | 67 | 0 | 24 | 414 | 64 | 72 |
| Binary | 10010000 | 1011100 | 11001100 | 11101 | 110111 | 0 | 10100 | 100001100 | 110100 | 111010 |
Color Harmonies of #905CCC
Complementary color
Monochromatic Colors of #905CCC
Black with #905CCC
Text Example
Text Example
White with #905CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CCC; }
p { color: rgb(144,92,204); }
H1.HeaderClassName
{
color: #905CCC;
}
.AnyTagClassName
{
color: #905CCC;
}
</style>
background-color css
<style>
a { background-color: #905CCC; }
a { background-color: rgb(144,92,204); }
div.DivClassName
{
background-color: #905CCC;
}
.BgClassName
{
background-color: #905CCC;
}
</style>
border-color css
<style>
span { border-color: #905CCC; }
span { border-color: rgb(144,92,204); }
td.TdClassName
{
border-color: #905CCC;
}
.TagClassName
{
border-color: #905CCC;
}
</style>