Shades of Blue Violet #933FDB
Tints of Blue Violet #933FDB
RGB
CMYK
RGB Variations
Color information
#933FDB (or 0x933FDB) is known color: Blue Violet. HEX triplet: 93, 3F and DB. RGB value is (147,63,219). Sum of RGB (Red+Green+Blue) = 147+63+219=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #933FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FDB is #6CC024. Grayscale: #696969. Windows color (decimal): -7127077 or 14368659. OLE color: 14368659.
HSL color Cylindrical-coordinate representation of color #933FDB: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933FDB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 63 | 219 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.14 |
| HSL | 272.31º | 0.68% | 0.55% | - |
| HSV(B) | 272.31º | 0.71% | 0.86% | - |
| XYZ | 26.6 | 14.87 | 68.49 | - |
| YUV | 105.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 219 | 0.33 | 0.71 | 0 | 0.14 | 272.31 | 0.68 | 0.55 |
| Hex | 93 | 3F | DB | 21 | 47 | 0 | E | 110 | 44 | 37 |
| Octal | 223 | 77 | 333 | 41 | 107 | 0 | 16 | 420 | 104 | 67 |
| Binary | 10010011 | 111111 | 11011011 | 100001 | 1000111 | 0 | 1110 | 100010000 | 1000100 | 110111 |
Color Harmonies of #933FDB
Complementary color
Monochromatic Colors of #933FDB
Black with #933FDB
Text Example
Text Example
White with #933FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FDB; }
p { color: rgb(147,63,219); }
H1.HeaderClassName
{
color: #933FDB;
}
.AnyTagClassName
{
color: #933FDB;
}
</style>
background-color css
<style>
a { background-color: #933FDB; }
a { background-color: rgb(147,63,219); }
div.DivClassName
{
background-color: #933FDB;
}
.BgClassName
{
background-color: #933FDB;
}
</style>
border-color css
<style>
span { border-color: #933FDB; }
span { border-color: rgb(147,63,219); }
td.TdClassName
{
border-color: #933FDB;
}
.TagClassName
{
border-color: #933FDB;
}
</style>