Shades of Amethyst #905FBF
Tints of Amethyst #905FBF
RGB
CMYK
RGB Variations
Color information
#905FBF (or 0x905FBF) is known color: Amethyst. HEX triplet: 90, 5F and BF. RGB value is (144,95,191). Sum of RGB (Red+Green+Blue) = 144+95+191=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #905FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FBF is #6FA040. Grayscale: #787878. Windows color (decimal): -7315521 or 12541840. OLE color: 12541840.
HSL color Cylindrical-coordinate representation of color #905FBF: hue angle of 270.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905FBF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 95 | 191 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.25 |
| HSL | 270.63º | 0.43% | 0.56% | - |
| HSV(B) | 270.63º | 0.5% | 0.75% | - |
| XYZ | 25 | 17.88 | 51.42 | - |
| YUV | 120.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 191 | 0.25 | 0.50 | 0 | 0.25 | 270.63 | 0.43 | 0.56 |
| Hex | 90 | 5F | BF | 19 | 32 | 0 | 19 | 10F | 2B | 38 |
| Octal | 220 | 137 | 277 | 31 | 62 | 0 | 31 | 417 | 53 | 70 |
| Binary | 10010000 | 1011111 | 10111111 | 11001 | 110010 | 0 | 11001 | 100001111 | 101011 | 111000 |
Color Harmonies of #905FBF
Complementary color
Monochromatic Colors of #905FBF
Black with #905FBF
Text Example
Text Example
White with #905FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FBF; }
p { color: rgb(144,95,191); }
H1.HeaderClassName
{
color: #905FBF;
}
.AnyTagClassName
{
color: #905FBF;
}
</style>
background-color css
<style>
a { background-color: #905FBF; }
a { background-color: rgb(144,95,191); }
div.DivClassName
{
background-color: #905FBF;
}
.BgClassName
{
background-color: #905FBF;
}
</style>
border-color css
<style>
span { border-color: #905FBF; }
span { border-color: rgb(144,95,191); }
td.TdClassName
{
border-color: #905FBF;
}
.TagClassName
{
border-color: #905FBF;
}
</style>