Shades of Blue Violet #941CDB
Tints of Blue Violet #941CDB
RGB
CMYK
RGB Variations
Color information
#941CDB (or 0x941CDB) is known color: Blue Violet. HEX triplet: 94, 1C and DB. RGB value is (148,28,219). Sum of RGB (Red+Green+Blue) = 148+28+219=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #941CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CDB is #6BE324. Grayscale: #555555. Windows color (decimal): -7070501 or 14359700. OLE color: 14359700.
HSL color Cylindrical-coordinate representation of color #941CDB: hue angle of 277.7º 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 #941CDB is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 28 | 219 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.14 |
| HSL | 277.7º | 0.77% | 0.48% | - |
| HSV(B) | 277.7º | 0.87% | 0.86% | - |
| XYZ | 25.41 | 12.24 | 68.04 | - |
| YUV | 85.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 219 | 0.32 | 0.87 | 0 | 0.14 | 277.7 | 0.77 | 0.48 |
| Hex | 94 | 1C | DB | 20 | 57 | 0 | E | 116 | 4D | 30 |
| Octal | 224 | 34 | 333 | 40 | 127 | 0 | 16 | 426 | 115 | 60 |
| Binary | 10010100 | 11100 | 11011011 | 100000 | 1010111 | 0 | 1110 | 100010110 | 1001101 | 110000 |
Color Harmonies of #941CDB
Complementary color
Monochromatic Colors of #941CDB
Black with #941CDB
Text Example
Text Example
White with #941CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941CDB; }
p { color: rgb(148,28,219); }
H1.HeaderClassName
{
color: #941CDB;
}
.AnyTagClassName
{
color: #941CDB;
}
</style>
background-color css
<style>
a { background-color: #941CDB; }
a { background-color: rgb(148,28,219); }
div.DivClassName
{
background-color: #941CDB;
}
.BgClassName
{
background-color: #941CDB;
}
</style>
border-color css
<style>
span { border-color: #941CDB; }
span { border-color: rgb(148,28,219); }
td.TdClassName
{
border-color: #941CDB;
}
.TagClassName
{
border-color: #941CDB;
}
</style>