Shades of Blue Violet #933FEA
Tints of Blue Violet #933FEA
RGB
CMYK
RGB Variations
Color information
#933FEA (or 0x933FEA) is known color: Blue Violet. HEX triplet: 93, 3F and EA. RGB value is (147,63,234). Sum of RGB (Red+Green+Blue) = 147+63+234=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #933FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933FEA is #6CC015. Grayscale: #6B6B6B. Windows color (decimal): -7127062 or 15351699. OLE color: 15351699.
HSL color Cylindrical-coordinate representation of color #933FEA: hue angle of 269.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #933FEA is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 63 | 234 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.08 |
| HSL | 269.47º | 0.8% | 0.58% | - |
| HSV(B) | 269.47º | 0.73% | 0.92% | - |
| XYZ | 28.66 | 15.7 | 79.36 | - |
| YUV | 107.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 234 | 0.37 | 0.73 | 0 | 0.08 | 269.47 | 0.8 | 0.58 |
| Hex | 93 | 3F | EA | 25 | 49 | 0 | 8 | 10D | 50 | 3A |
| Octal | 223 | 77 | 352 | 45 | 111 | 0 | 10 | 415 | 120 | 72 |
| Binary | 10010011 | 111111 | 11101010 | 100101 | 1001001 | 0 | 1000 | 100001101 | 1010000 | 111010 |
Color Harmonies of #933FEA
Complementary color
Monochromatic Colors of #933FEA
Black with #933FEA
Text Example
Text Example
White with #933FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FEA; }
p { color: rgb(147,63,234); }
H1.HeaderClassName
{
color: #933FEA;
}
.AnyTagClassName
{
color: #933FEA;
}
</style>
background-color css
<style>
a { background-color: #933FEA; }
a { background-color: rgb(147,63,234); }
div.DivClassName
{
background-color: #933FEA;
}
.BgClassName
{
background-color: #933FEA;
}
</style>
border-color css
<style>
span { border-color: #933FEA; }
span { border-color: rgb(147,63,234); }
td.TdClassName
{
border-color: #933FEA;
}
.TagClassName
{
border-color: #933FEA;
}
</style>