Shades of Blue Violet #901CDB
Tints of Blue Violet #901CDB
RGB
CMYK
RGB Variations
Color information
#901CDB (or 0x901CDB) is known color: Blue Violet. HEX triplet: 90, 1C and DB. RGB value is (144,28,219). Sum of RGB (Red+Green+Blue) = 144+28+219=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #901CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CDB is #6FE324. Grayscale: #535353. Windows color (decimal): -7332645 or 14359696. OLE color: 14359696.
HSL color Cylindrical-coordinate representation of color #901CDB: hue angle of 276.44º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901CDB is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 28 | 219 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.14 |
| HSL | 276.44º | 0.77% | 0.48% | - |
| HSV(B) | 276.44º | 0.87% | 0.86% | - |
| XYZ | 24.7 | 11.87 | 68.01 | - |
| YUV | 84.46 | 203.93 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 219 | 0.34 | 0.87 | 0 | 0.14 | 276.44 | 0.77 | 0.48 |
| Hex | 90 | 1C | DB | 22 | 57 | 0 | E | 114 | 4D | 30 |
| Octal | 220 | 34 | 333 | 42 | 127 | 0 | 16 | 424 | 115 | 60 |
| Binary | 10010000 | 11100 | 11011011 | 100010 | 1010111 | 0 | 1110 | 100010100 | 1001101 | 110000 |
Color Harmonies of #901CDB
Complementary color
Monochromatic Colors of #901CDB
Black with #901CDB
Text Example
Text Example
White with #901CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CDB; }
p { color: rgb(144,28,219); }
H1.HeaderClassName
{
color: #901CDB;
}
.AnyTagClassName
{
color: #901CDB;
}
</style>
background-color css
<style>
a { background-color: #901CDB; }
a { background-color: rgb(144,28,219); }
div.DivClassName
{
background-color: #901CDB;
}
.BgClassName
{
background-color: #901CDB;
}
</style>
border-color css
<style>
span { border-color: #901CDB; }
span { border-color: rgb(144,28,219); }
td.TdClassName
{
border-color: #901CDB;
}
.TagClassName
{
border-color: #901CDB;
}
</style>