Shades of Blue Violet #933CE0
Tints of Blue Violet #933CE0
RGB
CMYK
RGB Variations
Color information
#933CE0 (or 0x933CE0) is known color: Blue Violet. HEX triplet: 93, 3C and E0. RGB value is (147,60,224). Sum of RGB (Red+Green+Blue) = 147+60+224=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #933CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CE0 is #6CC31F. Grayscale: #686868. Windows color (decimal): -7127840 or 14695571. OLE color: 14695571.
HSL color Cylindrical-coordinate representation of color #933CE0: hue angle of 271.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #933CE0 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 60 | 224 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.12 |
| HSL | 271.83º | 0.73% | 0.56% | - |
| HSV(B) | 271.83º | 0.73% | 0.88% | - |
| XYZ | 27.1 | 14.82 | 71.95 | - |
| YUV | 104.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 224 | 0.34 | 0.73 | 0 | 0.12 | 271.83 | 0.73 | 0.56 |
| Hex | 93 | 3C | E0 | 22 | 49 | 0 | C | 110 | 49 | 38 |
| Octal | 223 | 74 | 340 | 42 | 111 | 0 | 14 | 420 | 111 | 70 |
| Binary | 10010011 | 111100 | 11100000 | 100010 | 1001001 | 0 | 1100 | 100010000 | 1001001 | 111000 |
Color Harmonies of #933CE0
Complementary color
Monochromatic Colors of #933CE0
Black with #933CE0
Text Example
Text Example
White with #933CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CE0; }
p { color: rgb(147,60,224); }
H1.HeaderClassName
{
color: #933CE0;
}
.AnyTagClassName
{
color: #933CE0;
}
</style>
background-color css
<style>
a { background-color: #933CE0; }
a { background-color: rgb(147,60,224); }
div.DivClassName
{
background-color: #933CE0;
}
.BgClassName
{
background-color: #933CE0;
}
</style>
border-color css
<style>
span { border-color: #933CE0; }
span { border-color: rgb(147,60,224); }
td.TdClassName
{
border-color: #933CE0;
}
.TagClassName
{
border-color: #933CE0;
}
</style>