Shades of Amethyst #905BD4
Tints of Amethyst #905BD4
RGB
CMYK
RGB Variations
Color information
#905BD4 (or 0x905BD4) is known color: Amethyst. HEX triplet: 90, 5B and D4. RGB value is (144,91,212). Sum of RGB (Red+Green+Blue) = 144+91+212=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #905BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BD4 is #6FA42B. Grayscale: #787878. Windows color (decimal): -7316524 or 13917072. OLE color: 13917072.
HSL color Cylindrical-coordinate representation of color #905BD4: hue angle of 266.28º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #905BD4 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 91 | 212 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.17 |
| HSL | 266.28º | 0.58% | 0.59% | - |
| HSV(B) | 266.28º | 0.57% | 0.83% | - |
| XYZ | 27.13 | 18.16 | 64.36 | - |
| YUV | 120.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 212 | 0.32 | 0.57 | 0 | 0.17 | 266.28 | 0.58 | 0.59 |
| Hex | 90 | 5B | D4 | 20 | 39 | 0 | 11 | 10A | 3A | 3B |
| Octal | 220 | 133 | 324 | 40 | 71 | 0 | 21 | 412 | 72 | 73 |
| Binary | 10010000 | 1011011 | 11010100 | 100000 | 111001 | 0 | 10001 | 100001010 | 111010 | 111011 |
Color Harmonies of #905BD4
Complementary color
Monochromatic Colors of #905BD4
Black with #905BD4
Text Example
Text Example
White with #905BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BD4; }
p { color: rgb(144,91,212); }
H1.HeaderClassName
{
color: #905BD4;
}
.AnyTagClassName
{
color: #905BD4;
}
</style>
background-color css
<style>
a { background-color: #905BD4; }
a { background-color: rgb(144,91,212); }
div.DivClassName
{
background-color: #905BD4;
}
.BgClassName
{
background-color: #905BD4;
}
</style>
border-color css
<style>
span { border-color: #905BD4; }
span { border-color: rgb(144,91,212); }
td.TdClassName
{
border-color: #905BD4;
}
.TagClassName
{
border-color: #905BD4;
}
</style>