Shades of Blue Violet #941EDB
Tints of Blue Violet #941EDB
RGB
CMYK
RGB Variations
Color information
#941EDB (or 0x941EDB) is known color: Blue Violet. HEX triplet: 94, 1E and DB. RGB value is (148,30,219). Sum of RGB (Red+Green+Blue) = 148+30+219=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #941EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EDB is #6BE124. Grayscale: #565656. Windows color (decimal): -7069989 or 14360212. OLE color: 14360212.
HSL color Cylindrical-coordinate representation of color #941EDB: hue angle of 277.46º degrees, saturation: 0.76, 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 #941EDB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 30 | 219 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.14 |
| HSL | 277.46º | 0.76% | 0.49% | - |
| HSV(B) | 277.46º | 0.86% | 0.86% | - |
| XYZ | 25.46 | 12.34 | 68.06 | - |
| YUV | 86.83 | 202.59 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 219 | 0.32 | 0.86 | 0 | 0.14 | 277.46 | 0.76 | 0.49 |
| Hex | 94 | 1E | DB | 20 | 56 | 0 | E | 115 | 4C | 31 |
| Octal | 224 | 36 | 333 | 40 | 126 | 0 | 16 | 425 | 114 | 61 |
| Binary | 10010100 | 11110 | 11011011 | 100000 | 1010110 | 0 | 1110 | 100010101 | 1001100 | 110001 |
Color Harmonies of #941EDB
Complementary color
Monochromatic Colors of #941EDB
Black with #941EDB
Text Example
Text Example
White with #941EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EDB; }
p { color: rgb(148,30,219); }
H1.HeaderClassName
{
color: #941EDB;
}
.AnyTagClassName
{
color: #941EDB;
}
</style>
background-color css
<style>
a { background-color: #941EDB; }
a { background-color: rgb(148,30,219); }
div.DivClassName
{
background-color: #941EDB;
}
.BgClassName
{
background-color: #941EDB;
}
</style>
border-color css
<style>
span { border-color: #941EDB; }
span { border-color: rgb(148,30,219); }
td.TdClassName
{
border-color: #941EDB;
}
.TagClassName
{
border-color: #941EDB;
}
</style>