Shades of Blue Violet #933CE4
Tints of Blue Violet #933CE4
RGB
CMYK
RGB Variations
Color information
#933CE4 (or 0x933CE4) is known color: Blue Violet. HEX triplet: 93, 3C and E4. RGB value is (147,60,228). Sum of RGB (Red+Green+Blue) = 147+60+228=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #933CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CE4 is #6CC31B. Grayscale: #686868. Windows color (decimal): -7127836 or 14957715. OLE color: 14957715.
HSL color Cylindrical-coordinate representation of color #933CE4: hue angle of 271.07º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #933CE4 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 60 | 228 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.11 |
| HSL | 271.07º | 0.76% | 0.56% | - |
| HSV(B) | 271.07º | 0.74% | 0.89% | - |
| XYZ | 27.65 | 15.04 | 74.84 | - |
| YUV | 105.17 | 197.32 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 228 | 0.36 | 0.74 | 0 | 0.11 | 271.07 | 0.76 | 0.56 |
| Hex | 93 | 3C | E4 | 24 | 4A | 0 | B | 10F | 4C | 38 |
| Octal | 223 | 74 | 344 | 44 | 112 | 0 | 13 | 417 | 114 | 70 |
| Binary | 10010011 | 111100 | 11100100 | 100100 | 1001010 | 0 | 1011 | 100001111 | 1001100 | 111000 |
Color Harmonies of #933CE4
Complementary color
Monochromatic Colors of #933CE4
Black with #933CE4
Text Example
Text Example
White with #933CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CE4; }
p { color: rgb(147,60,228); }
H1.HeaderClassName
{
color: #933CE4;
}
.AnyTagClassName
{
color: #933CE4;
}
</style>
background-color css
<style>
a { background-color: #933CE4; }
a { background-color: rgb(147,60,228); }
div.DivClassName
{
background-color: #933CE4;
}
.BgClassName
{
background-color: #933CE4;
}
</style>
border-color css
<style>
span { border-color: #933CE4; }
span { border-color: rgb(147,60,228); }
td.TdClassName
{
border-color: #933CE4;
}
.TagClassName
{
border-color: #933CE4;
}
</style>