Shades of Blue Violet #942EDB
Tints of Blue Violet #942EDB
RGB
CMYK
RGB Variations
Color information
#942EDB (or 0x942EDB) is known color: Blue Violet. HEX triplet: 94, 2E and DB. RGB value is (148,46,219). Sum of RGB (Red+Green+Blue) = 148+46+219=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #942EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EDB is #6BD124. Grayscale: #5F5F5F. Windows color (decimal): -7065893 or 14364308. OLE color: 14364308.
HSL color Cylindrical-coordinate representation of color #942EDB: hue angle of 275.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942EDB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 46 | 219 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.14 |
| HSL | 275.38º | 0.71% | 0.52% | - |
| HSV(B) | 275.38º | 0.79% | 0.86% | - |
| XYZ | 25.98 | 13.36 | 68.23 | - |
| YUV | 96.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 219 | 0.32 | 0.79 | 0 | 0.14 | 275.38 | 0.71 | 0.52 |
| Hex | 94 | 2E | DB | 20 | 4F | 0 | E | 113 | 47 | 34 |
| Octal | 224 | 56 | 333 | 40 | 117 | 0 | 16 | 423 | 107 | 64 |
| Binary | 10010100 | 101110 | 11011011 | 100000 | 1001111 | 0 | 1110 | 100010011 | 1000111 | 110100 |
Color Harmonies of #942EDB
Complementary color
Monochromatic Colors of #942EDB
Black with #942EDB
Text Example
Text Example
White with #942EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942EDB; }
p { color: rgb(148,46,219); }
H1.HeaderClassName
{
color: #942EDB;
}
.AnyTagClassName
{
color: #942EDB;
}
</style>
background-color css
<style>
a { background-color: #942EDB; }
a { background-color: rgb(148,46,219); }
div.DivClassName
{
background-color: #942EDB;
}
.BgClassName
{
background-color: #942EDB;
}
</style>
border-color css
<style>
span { border-color: #942EDB; }
span { border-color: rgb(148,46,219); }
td.TdClassName
{
border-color: #942EDB;
}
.TagClassName
{
border-color: #942EDB;
}
</style>