Shades of Amethyst #905ACF
Tints of Amethyst #905ACF
RGB
CMYK
RGB Variations
Color information
#905ACF (or 0x905ACF) is known color: Amethyst. HEX triplet: 90, 5A and CF. RGB value is (144,90,207). Sum of RGB (Red+Green+Blue) = 144+90+207=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #905ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ACF is #6FA530. Grayscale: #777777. Windows color (decimal): -7316785 or 13589136. OLE color: 13589136.
HSL color Cylindrical-coordinate representation of color #905ACF: hue angle of 267.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #905ACF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 90 | 207 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 267.69º | 0.55% | 0.58% | - |
| HSV(B) | 267.69º | 0.57% | 0.81% | - |
| XYZ | 26.42 | 17.75 | 61.06 | - |
| YUV | 119.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 207 | 0.30 | 0.57 | 0 | 0.19 | 267.69 | 0.55 | 0.58 |
| Hex | 90 | 5A | CF | 1E | 39 | 0 | 13 | 10C | 37 | 3A |
| Octal | 220 | 132 | 317 | 36 | 71 | 0 | 23 | 414 | 67 | 72 |
| Binary | 10010000 | 1011010 | 11001111 | 11110 | 111001 | 0 | 10011 | 100001100 | 110111 | 111010 |
Color Harmonies of #905ACF
Complementary color
Monochromatic Colors of #905ACF
Black with #905ACF
Text Example
Text Example
White with #905ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ACF; }
p { color: rgb(144,90,207); }
H1.HeaderClassName
{
color: #905ACF;
}
.AnyTagClassName
{
color: #905ACF;
}
</style>
background-color css
<style>
a { background-color: #905ACF; }
a { background-color: rgb(144,90,207); }
div.DivClassName
{
background-color: #905ACF;
}
.BgClassName
{
background-color: #905ACF;
}
</style>
border-color css
<style>
span { border-color: #905ACF; }
span { border-color: rgb(144,90,207); }
td.TdClassName
{
border-color: #905ACF;
}
.TagClassName
{
border-color: #905ACF;
}
</style>