Shades of Blue Violet #942BDB
Tints of Blue Violet #942BDB
RGB
CMYK
RGB Variations
Color information
#942BDB (or 0x942BDB) is known color: Blue Violet. HEX triplet: 94, 2B and DB. RGB value is (148,43,219). Sum of RGB (Red+Green+Blue) = 148+43+219=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #942BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BDB is #6BD424. Grayscale: #5D5D5D. Windows color (decimal): -7066661 or 14363540. OLE color: 14363540.
HSL color Cylindrical-coordinate representation of color #942BDB: hue angle of 275.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942BDB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 43 | 219 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.14 |
| HSL | 275.8º | 0.71% | 0.51% | - |
| HSV(B) | 275.8º | 0.8% | 0.86% | - |
| XYZ | 25.86 | 13.14 | 68.19 | - |
| YUV | 94.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 219 | 0.32 | 0.80 | 0 | 0.14 | 275.8 | 0.71 | 0.51 |
| Hex | 94 | 2B | DB | 20 | 50 | 0 | E | 114 | 47 | 33 |
| Octal | 224 | 53 | 333 | 40 | 120 | 0 | 16 | 424 | 107 | 63 |
| Binary | 10010100 | 101011 | 11011011 | 100000 | 1010000 | 0 | 1110 | 100010100 | 1000111 | 110011 |
Color Harmonies of #942BDB
Complementary color
Monochromatic Colors of #942BDB
Black with #942BDB
Text Example
Text Example
White with #942BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BDB; }
p { color: rgb(148,43,219); }
H1.HeaderClassName
{
color: #942BDB;
}
.AnyTagClassName
{
color: #942BDB;
}
</style>
background-color css
<style>
a { background-color: #942BDB; }
a { background-color: rgb(148,43,219); }
div.DivClassName
{
background-color: #942BDB;
}
.BgClassName
{
background-color: #942BDB;
}
</style>
border-color css
<style>
span { border-color: #942BDB; }
span { border-color: rgb(148,43,219); }
td.TdClassName
{
border-color: #942BDB;
}
.TagClassName
{
border-color: #942BDB;
}
</style>