Shades of Amethyst #905FCC
Tints of Amethyst #905FCC
RGB
CMYK
RGB Variations
Color information
#905FCC (or 0x905FCC) is known color: Amethyst. HEX triplet: 90, 5F and CC. RGB value is (144,95,204). Sum of RGB (Red+Green+Blue) = 144+95+204=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #905FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FCC is #6FA033. Grayscale: #797979. Windows color (decimal): -7315508 or 13393808. OLE color: 13393808.
HSL color Cylindrical-coordinate representation of color #905FCC: hue angle of 266.97º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905FCC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 95 | 204 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.2 |
| HSL | 266.97º | 0.52% | 0.59% | - |
| HSV(B) | 266.97º | 0.53% | 0.8% | - |
| XYZ | 26.49 | 18.47 | 59.3 | - |
| YUV | 122.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 204 | 0.29 | 0.53 | 0 | 0.2 | 266.97 | 0.52 | 0.59 |
| Hex | 90 | 5F | CC | 1D | 35 | 0 | 14 | 10B | 34 | 3B |
| Octal | 220 | 137 | 314 | 35 | 65 | 0 | 24 | 413 | 64 | 73 |
| Binary | 10010000 | 1011111 | 11001100 | 11101 | 110101 | 0 | 10100 | 100001011 | 110100 | 111011 |
Color Harmonies of #905FCC
Complementary color
Monochromatic Colors of #905FCC
Black with #905FCC
Text Example
Text Example
White with #905FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FCC; }
p { color: rgb(144,95,204); }
H1.HeaderClassName
{
color: #905FCC;
}
.AnyTagClassName
{
color: #905FCC;
}
</style>
background-color css
<style>
a { background-color: #905FCC; }
a { background-color: rgb(144,95,204); }
div.DivClassName
{
background-color: #905FCC;
}
.BgClassName
{
background-color: #905FCC;
}
</style>
border-color css
<style>
span { border-color: #905FCC; }
span { border-color: rgb(144,95,204); }
td.TdClassName
{
border-color: #905FCC;
}
.TagClassName
{
border-color: #905FCC;
}
</style>