Shades of Blue Violet #933BE6
Tints of Blue Violet #933BE6
RGB
CMYK
RGB Variations
Color information
#933BE6 (or 0x933BE6) is known color: Blue Violet. HEX triplet: 93, 3B and E6. RGB value is (147,59,230). Sum of RGB (Red+Green+Blue) = 147+59+230=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #933BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933BE6 is #6CC419. Grayscale: #686868. Windows color (decimal): -7128090 or 15088531. OLE color: 15088531.
HSL color Cylindrical-coordinate representation of color #933BE6: hue angle of 270.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #933BE6 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 59 | 230 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.10 |
| HSL | 270.88º | 0.77% | 0.57% | - |
| HSV(B) | 270.88º | 0.74% | 0.9% | - |
| XYZ | 27.88 | 15.04 | 76.3 | - |
| YUV | 104.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 230 | 0.36 | 0.74 | 0 | 0.10 | 270.88 | 0.77 | 0.57 |
| Hex | 93 | 3B | E6 | 24 | 4A | 0 | A | 10F | 4D | 39 |
| Octal | 223 | 73 | 346 | 44 | 112 | 0 | 12 | 417 | 115 | 71 |
| Binary | 10010011 | 111011 | 11100110 | 100100 | 1001010 | 0 | 1010 | 100001111 | 1001101 | 111001 |
Color Harmonies of #933BE6
Complementary color
Monochromatic Colors of #933BE6
Black with #933BE6
Text Example
Text Example
White with #933BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933BE6; }
p { color: rgb(147,59,230); }
H1.HeaderClassName
{
color: #933BE6;
}
.AnyTagClassName
{
color: #933BE6;
}
</style>
background-color css
<style>
a { background-color: #933BE6; }
a { background-color: rgb(147,59,230); }
div.DivClassName
{
background-color: #933BE6;
}
.BgClassName
{
background-color: #933BE6;
}
</style>
border-color css
<style>
span { border-color: #933BE6; }
span { border-color: rgb(147,59,230); }
td.TdClassName
{
border-color: #933BE6;
}
.TagClassName
{
border-color: #933BE6;
}
</style>