Shades of Blue Violet #903FDB
Tints of Blue Violet #903FDB
RGB
CMYK
RGB Variations
Color information
#903FDB (or 0x903FDB) is known color: Blue Violet. HEX triplet: 90, 3F and DB. RGB value is (144,63,219). Sum of RGB (Red+Green+Blue) = 144+63+219=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #903FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FDB is #6FC024. Grayscale: #686868. Windows color (decimal): -7323685 or 14368656. OLE color: 14368656.
HSL color Cylindrical-coordinate representation of color #903FDB: hue angle of 271.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #903FDB is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 63 | 219 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.14 |
| HSL | 271.15º | 0.68% | 0.55% | - |
| HSV(B) | 271.15º | 0.71% | 0.86% | - |
| XYZ | 26.07 | 14.6 | 68.46 | - |
| YUV | 105 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 219 | 0.34 | 0.71 | 0 | 0.14 | 271.15 | 0.68 | 0.55 |
| Hex | 90 | 3F | DB | 22 | 47 | 0 | E | 10F | 44 | 37 |
| Octal | 220 | 77 | 333 | 42 | 107 | 0 | 16 | 417 | 104 | 67 |
| Binary | 10010000 | 111111 | 11011011 | 100010 | 1000111 | 0 | 1110 | 100001111 | 1000100 | 110111 |
Color Harmonies of #903FDB
Complementary color
Monochromatic Colors of #903FDB
Black with #903FDB
Text Example
Text Example
White with #903FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FDB; }
p { color: rgb(144,63,219); }
H1.HeaderClassName
{
color: #903FDB;
}
.AnyTagClassName
{
color: #903FDB;
}
</style>
background-color css
<style>
a { background-color: #903FDB; }
a { background-color: rgb(144,63,219); }
div.DivClassName
{
background-color: #903FDB;
}
.BgClassName
{
background-color: #903FDB;
}
</style>
border-color css
<style>
span { border-color: #903FDB; }
span { border-color: rgb(144,63,219); }
td.TdClassName
{
border-color: #903FDB;
}
.TagClassName
{
border-color: #903FDB;
}
</style>