Shades of Blue Violet #932BDB
Tints of Blue Violet #932BDB
RGB
CMYK
RGB Variations
Color information
#932BDB (or 0x932BDB) is known color: Blue Violet. HEX triplet: 93, 2B and DB. RGB value is (147,43,219). Sum of RGB (Red+Green+Blue) = 147+43+219=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #932BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BDB is #6CD424. Grayscale: #5D5D5D. Windows color (decimal): -7132197 or 14363539. OLE color: 14363539.
HSL color Cylindrical-coordinate representation of color #932BDB: hue angle of 275.45º 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 #932BDB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 43 | 219 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.14 |
| HSL | 275.45º | 0.71% | 0.51% | - |
| HSV(B) | 275.45º | 0.8% | 0.86% | - |
| XYZ | 25.68 | 13.05 | 68.18 | - |
| YUV | 94.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 219 | 0.33 | 0.80 | 0 | 0.14 | 275.45 | 0.71 | 0.51 |
| Hex | 93 | 2B | DB | 21 | 50 | 0 | E | 113 | 47 | 33 |
| Octal | 223 | 53 | 333 | 41 | 120 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10010011 | 101011 | 11011011 | 100001 | 1010000 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #932BDB
Complementary color
Monochromatic Colors of #932BDB
Black with #932BDB
Text Example
Text Example
White with #932BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932BDB; }
p { color: rgb(147,43,219); }
H1.HeaderClassName
{
color: #932BDB;
}
.AnyTagClassName
{
color: #932BDB;
}
</style>
background-color css
<style>
a { background-color: #932BDB; }
a { background-color: rgb(147,43,219); }
div.DivClassName
{
background-color: #932BDB;
}
.BgClassName
{
background-color: #932BDB;
}
</style>
border-color css
<style>
span { border-color: #932BDB; }
span { border-color: rgb(147,43,219); }
td.TdClassName
{
border-color: #932BDB;
}
.TagClassName
{
border-color: #932BDB;
}
</style>