Shades of Blue Violet #933CED
Tints of Blue Violet #933CED
RGB
CMYK
RGB Variations
Color information
#933CED (or 0x933CED) is known color: Blue Violet. HEX triplet: 93, 3C and ED. RGB value is (147,60,237). Sum of RGB (Red+Green+Blue) = 147+60+237=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #933CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933CED is #6CC312. Grayscale: #696969. Windows color (decimal): -7127827 or 15547539. OLE color: 15547539.
HSL color Cylindrical-coordinate representation of color #933CED: hue angle of 269.49º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #933CED is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 60 | 237 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.07 |
| HSL | 269.49º | 0.83% | 0.58% | - |
| HSV(B) | 269.49º | 0.75% | 0.93% | - |
| XYZ | 28.93 | 15.55 | 81.6 | - |
| YUV | 106.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 237 | 0.38 | 0.75 | 0 | 0.07 | 269.49 | 0.83 | 0.58 |
| Hex | 93 | 3C | ED | 26 | 4B | 0 | 7 | 10D | 53 | 3A |
| Octal | 223 | 74 | 355 | 46 | 113 | 0 | 7 | 415 | 123 | 72 |
| Binary | 10010011 | 111100 | 11101101 | 100110 | 1001011 | 0 | 111 | 100001101 | 1010011 | 111010 |
Color Harmonies of #933CED
Complementary color
Monochromatic Colors of #933CED
Black with #933CED
Text Example
Text Example
White with #933CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CED; }
p { color: rgb(147,60,237); }
H1.HeaderClassName
{
color: #933CED;
}
.AnyTagClassName
{
color: #933CED;
}
</style>
background-color css
<style>
a { background-color: #933CED; }
a { background-color: rgb(147,60,237); }
div.DivClassName
{
background-color: #933CED;
}
.BgClassName
{
background-color: #933CED;
}
</style>
border-color css
<style>
span { border-color: #933CED; }
span { border-color: rgb(147,60,237); }
td.TdClassName
{
border-color: #933CED;
}
.TagClassName
{
border-color: #933CED;
}
</style>