Shades of Blue Violet #933FE0
Tints of Blue Violet #933FE0
RGB
CMYK
RGB Variations
Color information
#933FE0 (or 0x933FE0) is known color: Blue Violet. HEX triplet: 93, 3F and E0. RGB value is (147,63,224). Sum of RGB (Red+Green+Blue) = 147+63+224=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #933FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FE0 is #6CC01F. Grayscale: #696969. Windows color (decimal): -7127072 or 14696339. OLE color: 14696339.
HSL color Cylindrical-coordinate representation of color #933FE0: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933FE0 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 63 | 224 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.12 |
| HSL | 271.3º | 0.72% | 0.56% | - |
| HSV(B) | 271.3º | 0.72% | 0.88% | - |
| XYZ | 27.26 | 15.14 | 72.01 | - |
| YUV | 106.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 224 | 0.34 | 0.72 | 0 | 0.12 | 271.3 | 0.72 | 0.56 |
| Hex | 93 | 3F | E0 | 22 | 48 | 0 | C | 10F | 48 | 38 |
| Octal | 223 | 77 | 340 | 42 | 110 | 0 | 14 | 417 | 110 | 70 |
| Binary | 10010011 | 111111 | 11100000 | 100010 | 1001000 | 0 | 1100 | 100001111 | 1001000 | 111000 |
Color Harmonies of #933FE0
Complementary color
Monochromatic Colors of #933FE0
Black with #933FE0
Text Example
Text Example
White with #933FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FE0; }
p { color: rgb(147,63,224); }
H1.HeaderClassName
{
color: #933FE0;
}
.AnyTagClassName
{
color: #933FE0;
}
</style>
background-color css
<style>
a { background-color: #933FE0; }
a { background-color: rgb(147,63,224); }
div.DivClassName
{
background-color: #933FE0;
}
.BgClassName
{
background-color: #933FE0;
}
</style>
border-color css
<style>
span { border-color: #933FE0; }
span { border-color: rgb(147,63,224); }
td.TdClassName
{
border-color: #933FE0;
}
.TagClassName
{
border-color: #933FE0;
}
</style>