Shades of Blue Violet #943BDB
Tints of Blue Violet #943BDB
RGB
CMYK
RGB Variations
Color information
#943BDB (or 0x943BDB) is known color: Blue Violet. HEX triplet: 94, 3B and DB. RGB value is (148,59,219). Sum of RGB (Red+Green+Blue) = 148+59+219=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 59 (23.44% from 255 or 13.85% 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 #943BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BDB is #6BC424. Grayscale: #676767. Windows color (decimal): -7062565 or 14367636. OLE color: 14367636.
HSL color Cylindrical-coordinate representation of color #943BDB: hue angle of 273.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #943BDB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 59 | 219 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.14 |
| HSL | 273.38º | 0.69% | 0.55% | - |
| HSV(B) | 273.38º | 0.73% | 0.86% | - |
| XYZ | 26.56 | 14.54 | 68.42 | - |
| YUV | 103.85 | 192.99 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 219 | 0.32 | 0.73 | 0 | 0.14 | 273.38 | 0.69 | 0.55 |
| Hex | 94 | 3B | DB | 20 | 49 | 0 | E | 111 | 45 | 37 |
| Octal | 224 | 73 | 333 | 40 | 111 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010100 | 111011 | 11011011 | 100000 | 1001001 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #943BDB
Complementary color
Monochromatic Colors of #943BDB
Black with #943BDB
Text Example
Text Example
White with #943BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BDB; }
p { color: rgb(148,59,219); }
H1.HeaderClassName
{
color: #943BDB;
}
.AnyTagClassName
{
color: #943BDB;
}
</style>
background-color css
<style>
a { background-color: #943BDB; }
a { background-color: rgb(148,59,219); }
div.DivClassName
{
background-color: #943BDB;
}
.BgClassName
{
background-color: #943BDB;
}
</style>
border-color css
<style>
span { border-color: #943BDB; }
span { border-color: rgb(148,59,219); }
td.TdClassName
{
border-color: #943BDB;
}
.TagClassName
{
border-color: #943BDB;
}
</style>