Shades of Blue Violet #904BDD
Tints of Blue Violet #904BDD
RGB
CMYK
RGB Variations
Color information
#904BDD (or 0x904BDD) is known color: Blue Violet. HEX triplet: 90, 4B and DD. RGB value is (144,75,221). Sum of RGB (Red+Green+Blue) = 144+75+221=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #904BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BDD is #6FB422. Grayscale: #6F6F6F. Windows color (decimal): -7320611 or 14502800. OLE color: 14502800.
HSL color Cylindrical-coordinate representation of color #904BDD: hue angle of 268.36º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904BDD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 75 | 221 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.13 |
| HSL | 268.36º | 0.68% | 0.58% | - |
| HSV(B) | 268.36º | 0.66% | 0.87% | - |
| XYZ | 27.07 | 16.18 | 70.1 | - |
| YUV | 112.28 | 189.36 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 221 | 0.35 | 0.66 | 0 | 0.13 | 268.36 | 0.68 | 0.58 |
| Hex | 90 | 4B | DD | 23 | 42 | 0 | D | 10C | 44 | 3A |
| Octal | 220 | 113 | 335 | 43 | 102 | 0 | 15 | 414 | 104 | 72 |
| Binary | 10010000 | 1001011 | 11011101 | 100011 | 1000010 | 0 | 1101 | 100001100 | 1000100 | 111010 |
Color Harmonies of #904BDD
Complementary color
Monochromatic Colors of #904BDD
Black with #904BDD
Text Example
Text Example
White with #904BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BDD; }
p { color: rgb(144,75,221); }
H1.HeaderClassName
{
color: #904BDD;
}
.AnyTagClassName
{
color: #904BDD;
}
</style>
background-color css
<style>
a { background-color: #904BDD; }
a { background-color: rgb(144,75,221); }
div.DivClassName
{
background-color: #904BDD;
}
.BgClassName
{
background-color: #904BDD;
}
</style>
border-color css
<style>
span { border-color: #904BDD; }
span { border-color: rgb(144,75,221); }
td.TdClassName
{
border-color: #904BDD;
}
.TagClassName
{
border-color: #904BDD;
}
</style>