Shades of Blue Violet #901FDB
Tints of Blue Violet #901FDB
RGB
CMYK
RGB Variations
Color information
#901FDB (or 0x901FDB) is known color: Blue Violet. HEX triplet: 90, 1F and DB. RGB value is (144,31,219). Sum of RGB (Red+Green+Blue) = 144+31+219=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #901FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FDB is #6FE024. Grayscale: #555555. Windows color (decimal): -7331877 or 14360464. OLE color: 14360464.
HSL color Cylindrical-coordinate representation of color #901FDB: hue angle of 276.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901FDB is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 31 | 219 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.14 |
| HSL | 276.06º | 0.75% | 0.49% | - |
| HSV(B) | 276.06º | 0.86% | 0.86% | - |
| XYZ | 24.78 | 12.02 | 68.03 | - |
| YUV | 86.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 219 | 0.34 | 0.86 | 0 | 0.14 | 276.06 | 0.75 | 0.49 |
| Hex | 90 | 1F | DB | 22 | 56 | 0 | E | 114 | 4B | 31 |
| Octal | 220 | 37 | 333 | 42 | 126 | 0 | 16 | 424 | 113 | 61 |
| Binary | 10010000 | 11111 | 11011011 | 100010 | 1010110 | 0 | 1110 | 100010100 | 1001011 | 110001 |
Color Harmonies of #901FDB
Complementary color
Monochromatic Colors of #901FDB
Black with #901FDB
Text Example
Text Example
White with #901FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FDB; }
p { color: rgb(144,31,219); }
H1.HeaderClassName
{
color: #901FDB;
}
.AnyTagClassName
{
color: #901FDB;
}
</style>
background-color css
<style>
a { background-color: #901FDB; }
a { background-color: rgb(144,31,219); }
div.DivClassName
{
background-color: #901FDB;
}
.BgClassName
{
background-color: #901FDB;
}
</style>
border-color css
<style>
span { border-color: #901FDB; }
span { border-color: rgb(144,31,219); }
td.TdClassName
{
border-color: #901FDB;
}
.TagClassName
{
border-color: #901FDB;
}
</style>