Shades of Blue Violet #933FDD
Tints of Blue Violet #933FDD
RGB
CMYK
RGB Variations
Color information
#933FDD (or 0x933FDD) is known color: Blue Violet. HEX triplet: 93, 3F and DD. RGB value is (147,63,221). Sum of RGB (Red+Green+Blue) = 147+63+221=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #933FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FDD is #6CC022. Grayscale: #696969. Windows color (decimal): -7127075 or 14499731. OLE color: 14499731.
HSL color Cylindrical-coordinate representation of color #933FDD: hue angle of 271.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933FDD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 63 | 221 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.13 |
| HSL | 271.9º | 0.7% | 0.56% | - |
| HSV(B) | 271.9º | 0.71% | 0.87% | - |
| XYZ | 26.86 | 14.98 | 69.88 | - |
| YUV | 106.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 221 | 0.33 | 0.71 | 0 | 0.13 | 271.9 | 0.7 | 0.56 |
| Hex | 93 | 3F | DD | 21 | 47 | 0 | D | 110 | 46 | 38 |
| Octal | 223 | 77 | 335 | 41 | 107 | 0 | 15 | 420 | 106 | 70 |
| Binary | 10010011 | 111111 | 11011101 | 100001 | 1000111 | 0 | 1101 | 100010000 | 1000110 | 111000 |
Color Harmonies of #933FDD
Complementary color
Monochromatic Colors of #933FDD
Black with #933FDD
Text Example
Text Example
White with #933FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FDD; }
p { color: rgb(147,63,221); }
H1.HeaderClassName
{
color: #933FDD;
}
.AnyTagClassName
{
color: #933FDD;
}
</style>
background-color css
<style>
a { background-color: #933FDD; }
a { background-color: rgb(147,63,221); }
div.DivClassName
{
background-color: #933FDD;
}
.BgClassName
{
background-color: #933FDD;
}
</style>
border-color css
<style>
span { border-color: #933FDD; }
span { border-color: rgb(147,63,221); }
td.TdClassName
{
border-color: #933FDD;
}
.TagClassName
{
border-color: #933FDD;
}
</style>