Shades of Amethyst #905FCF
Tints of Amethyst #905FCF
RGB
CMYK
RGB Variations
Color information
#905FCF (or 0x905FCF) is known color: Amethyst. HEX triplet: 90, 5F and CF. RGB value is (144,95,207). Sum of RGB (Red+Green+Blue) = 144+95+207=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #905FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FCF is #6FA030. Grayscale: #7A7A7A. Windows color (decimal): -7315505 or 13590416. OLE color: 13590416.
HSL color Cylindrical-coordinate representation of color #905FCF: hue angle of 266.25º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905FCF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 95 | 207 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.19 |
| HSL | 266.25º | 0.54% | 0.59% | - |
| HSV(B) | 266.25º | 0.54% | 0.81% | - |
| XYZ | 26.86 | 18.62 | 61.21 | - |
| YUV | 122.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 207 | 0.30 | 0.54 | 0 | 0.19 | 266.25 | 0.54 | 0.59 |
| Hex | 90 | 5F | CF | 1E | 36 | 0 | 13 | 10A | 36 | 3B |
| Octal | 220 | 137 | 317 | 36 | 66 | 0 | 23 | 412 | 66 | 73 |
| Binary | 10010000 | 1011111 | 11001111 | 11110 | 110110 | 0 | 10011 | 100001010 | 110110 | 111011 |
Color Harmonies of #905FCF
Complementary color
Monochromatic Colors of #905FCF
Black with #905FCF
Text Example
Text Example
White with #905FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FCF; }
p { color: rgb(144,95,207); }
H1.HeaderClassName
{
color: #905FCF;
}
.AnyTagClassName
{
color: #905FCF;
}
</style>
background-color css
<style>
a { background-color: #905FCF; }
a { background-color: rgb(144,95,207); }
div.DivClassName
{
background-color: #905FCF;
}
.BgClassName
{
background-color: #905FCF;
}
</style>
border-color css
<style>
span { border-color: #905FCF; }
span { border-color: rgb(144,95,207); }
td.TdClassName
{
border-color: #905FCF;
}
.TagClassName
{
border-color: #905FCF;
}
</style>