Shades of Amethyst #905FBE
Tints of Amethyst #905FBE
RGB
CMYK
RGB Variations
Color information
#905FBE (or 0x905FBE) is known color: Amethyst. HEX triplet: 90, 5F and BE. RGB value is (144,95,190). Sum of RGB (Red+Green+Blue) = 144+95+190=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #905FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FBE is #6FA041. Grayscale: #787878. Windows color (decimal): -7315522 or 12476304. OLE color: 12476304.
HSL color Cylindrical-coordinate representation of color #905FBE: hue angle of 270.95º degrees, saturation: 0.42, 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 #905FBE is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 95 | 190 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.25 |
| HSL | 270.95º | 0.42% | 0.56% | - |
| HSV(B) | 270.95º | 0.5% | 0.75% | - |
| XYZ | 24.89 | 17.83 | 50.85 | - |
| YUV | 120.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 190 | 0.24 | 0.5 | 0 | 0.25 | 270.95 | 0.42 | 0.56 |
| Hex | 90 | 5F | BE | 18 | 32 | 0 | 19 | 10F | 2A | 38 |
| Octal | 220 | 137 | 276 | 30 | 62 | 0 | 31 | 417 | 52 | 70 |
| Binary | 10010000 | 1011111 | 10111110 | 11000 | 110010 | 0 | 11001 | 100001111 | 101010 | 111000 |
Color Harmonies of #905FBE
Complementary color
Monochromatic Colors of #905FBE
Black with #905FBE
Text Example
Text Example
White with #905FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FBE; }
p { color: rgb(144,95,190); }
H1.HeaderClassName
{
color: #905FBE;
}
.AnyTagClassName
{
color: #905FBE;
}
</style>
background-color css
<style>
a { background-color: #905FBE; }
a { background-color: rgb(144,95,190); }
div.DivClassName
{
background-color: #905FBE;
}
.BgClassName
{
background-color: #905FBE;
}
</style>
border-color css
<style>
span { border-color: #905FBE; }
span { border-color: rgb(144,95,190); }
td.TdClassName
{
border-color: #905FBE;
}
.TagClassName
{
border-color: #905FBE;
}
</style>