Shades of Blue Violet #933FEE
Tints of Blue Violet #933FEE
RGB
CMYK
RGB Variations
Color information
#933FEE (or 0x933FEE) is known color: Blue Violet. HEX triplet: 93, 3F and EE. RGB value is (147,63,238). Sum of RGB (Red+Green+Blue) = 147+63+238=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #933FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933FEE is #6CC011. Grayscale: #6B6B6B. Windows color (decimal): -7127058 or 15613843. OLE color: 15613843.
HSL color Cylindrical-coordinate representation of color #933FEE: hue angle of 268.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #933FEE is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 63 | 238 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.07 |
| HSL | 268.8º | 0.84% | 0.59% | - |
| HSV(B) | 268.8º | 0.74% | 0.93% | - |
| XYZ | 29.24 | 15.93 | 82.42 | - |
| YUV | 108.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 238 | 0.38 | 0.74 | 0 | 0.07 | 268.8 | 0.84 | 0.59 |
| Hex | 93 | 3F | EE | 26 | 4A | 0 | 7 | 10D | 54 | 3B |
| Octal | 223 | 77 | 356 | 46 | 112 | 0 | 7 | 415 | 124 | 73 |
| Binary | 10010011 | 111111 | 11101110 | 100110 | 1001010 | 0 | 111 | 100001101 | 1010100 | 111011 |
Color Harmonies of #933FEE
Complementary color
Monochromatic Colors of #933FEE
Black with #933FEE
Text Example
Text Example
White with #933FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FEE; }
p { color: rgb(147,63,238); }
H1.HeaderClassName
{
color: #933FEE;
}
.AnyTagClassName
{
color: #933FEE;
}
</style>
background-color css
<style>
a { background-color: #933FEE; }
a { background-color: rgb(147,63,238); }
div.DivClassName
{
background-color: #933FEE;
}
.BgClassName
{
background-color: #933FEE;
}
</style>
border-color css
<style>
span { border-color: #933FEE; }
span { border-color: rgb(147,63,238); }
td.TdClassName
{
border-color: #933FEE;
}
.TagClassName
{
border-color: #933FEE;
}
</style>