Shades of Violet Blue #904DA1
Tints of Violet Blue #904DA1
RGB
CMYK
RGB Variations
Color information
#904DA1 (or 0x904DA1) is known color: Violet Blue. HEX triplet: 90, 4D and A1. RGB value is (144,77,161). Sum of RGB (Red+Green+Blue) = 144+77+161=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #904DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904DA1 is #6FB25E. Grayscale: #6A6A6A. Windows color (decimal): -7320159 or 10571152. OLE color: 10571152.
HSL color Cylindrical-coordinate representation of color #904DA1: hue angle of 287.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904DA1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 77 | 161 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.37 |
| HSL | 287.86º | 0.35% | 0.47% | - |
| HSV(B) | 287.86º | 0.52% | 0.63% | - |
| XYZ | 20.59 | 13.81 | 35.3 | - |
| YUV | 106.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 161 | 0.11 | 0.52 | 0 | 0.37 | 287.86 | 0.35 | 0.47 |
| Hex | 90 | 4D | A1 | B | 34 | 0 | 25 | 120 | 23 | 2F |
| Octal | 220 | 115 | 241 | 13 | 64 | 0 | 45 | 440 | 43 | 57 |
| Binary | 10010000 | 1001101 | 10100001 | 1011 | 110100 | 0 | 100101 | 100100000 | 100011 | 101111 |
Color Harmonies of #904DA1
Complementary color
Monochromatic Colors of #904DA1
Black with #904DA1
Text Example
Text Example
White with #904DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DA1; }
p { color: rgb(144,77,161); }
H1.HeaderClassName
{
color: #904DA1;
}
.AnyTagClassName
{
color: #904DA1;
}
</style>
background-color css
<style>
a { background-color: #904DA1; }
a { background-color: rgb(144,77,161); }
div.DivClassName
{
background-color: #904DA1;
}
.BgClassName
{
background-color: #904DA1;
}
</style>
border-color css
<style>
span { border-color: #904DA1; }
span { border-color: rgb(144,77,161); }
td.TdClassName
{
border-color: #904DA1;
}
.TagClassName
{
border-color: #904DA1;
}
</style>