Shades of Blue Violet #933BDB
Tints of Blue Violet #933BDB
RGB
CMYK
RGB Variations
Color information
#933BDB (or 0x933BDB) is known color: Blue Violet. HEX triplet: 93, 3B and DB. RGB value is (147,59,219). Sum of RGB (Red+Green+Blue) = 147+59+219=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #933BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BDB is #6CC424. Grayscale: #676767. Windows color (decimal): -7128101 or 14367635. OLE color: 14367635.
HSL color Cylindrical-coordinate representation of color #933BDB: hue angle of 273º 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 #933BDB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 59 | 219 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.14 |
| HSL | 273º | 0.69% | 0.55% | - |
| HSV(B) | 273º | 0.73% | 0.86% | - |
| XYZ | 26.38 | 14.45 | 68.42 | - |
| YUV | 103.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 219 | 0.33 | 0.73 | 0 | 0.14 | 273 | 0.69 | 0.55 |
| Hex | 93 | 3B | DB | 21 | 49 | 0 | E | 111 | 45 | 37 |
| Octal | 223 | 73 | 333 | 41 | 111 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010011 | 111011 | 11011011 | 100001 | 1001001 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #933BDB
Complementary color
Monochromatic Colors of #933BDB
Black with #933BDB
Text Example
Text Example
White with #933BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933BDB; }
p { color: rgb(147,59,219); }
H1.HeaderClassName
{
color: #933BDB;
}
.AnyTagClassName
{
color: #933BDB;
}
</style>
background-color css
<style>
a { background-color: #933BDB; }
a { background-color: rgb(147,59,219); }
div.DivClassName
{
background-color: #933BDB;
}
.BgClassName
{
background-color: #933BDB;
}
</style>
border-color css
<style>
span { border-color: #933BDB; }
span { border-color: rgb(147,59,219); }
td.TdClassName
{
border-color: #933BDB;
}
.TagClassName
{
border-color: #933BDB;
}
</style>