Shades of Blue Violet #942DDB
Tints of Blue Violet #942DDB
RGB
CMYK
RGB Variations
Color information
#942DDB (or 0x942DDB) is known color: Blue Violet. HEX triplet: 94, 2D and DB. RGB value is (148,45,219). Sum of RGB (Red+Green+Blue) = 148+45+219=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #942DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DDB is #6BD224. Grayscale: #5F5F5F. Windows color (decimal): -7066149 or 14364052. OLE color: 14364052.
HSL color Cylindrical-coordinate representation of color #942DDB: hue angle of 275.52º 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 #942DDB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 45 | 219 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.14 |
| HSL | 275.52º | 0.71% | 0.52% | - |
| HSV(B) | 275.52º | 0.79% | 0.86% | - |
| XYZ | 25.94 | 13.29 | 68.22 | - |
| YUV | 95.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 219 | 0.32 | 0.79 | 0 | 0.14 | 275.52 | 0.71 | 0.52 |
| Hex | 94 | 2D | DB | 20 | 4F | 0 | E | 114 | 47 | 34 |
| Octal | 224 | 55 | 333 | 40 | 117 | 0 | 16 | 424 | 107 | 64 |
| Binary | 10010100 | 101101 | 11011011 | 100000 | 1001111 | 0 | 1110 | 100010100 | 1000111 | 110100 |
Color Harmonies of #942DDB
Complementary color
Monochromatic Colors of #942DDB
Black with #942DDB
Text Example
Text Example
White with #942DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DDB; }
p { color: rgb(148,45,219); }
H1.HeaderClassName
{
color: #942DDB;
}
.AnyTagClassName
{
color: #942DDB;
}
</style>
background-color css
<style>
a { background-color: #942DDB; }
a { background-color: rgb(148,45,219); }
div.DivClassName
{
background-color: #942DDB;
}
.BgClassName
{
background-color: #942DDB;
}
</style>
border-color css
<style>
span { border-color: #942DDB; }
span { border-color: rgb(148,45,219); }
td.TdClassName
{
border-color: #942DDB;
}
.TagClassName
{
border-color: #942DDB;
}
</style>