Shades of Blue Violet #933CEB
Tints of Blue Violet #933CEB
RGB
CMYK
RGB Variations
Color information
#933CEB (or 0x933CEB) is known color: Blue Violet. HEX triplet: 93, 3C and EB. RGB value is (147,60,235). Sum of RGB (Red+Green+Blue) = 147+60+235=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #933CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933CEB is #6CC314. Grayscale: #696969. Windows color (decimal): -7127829 or 15416467. OLE color: 15416467.
HSL color Cylindrical-coordinate representation of color #933CEB: hue angle of 269.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #933CEB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 60 | 235 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.08 |
| HSL | 269.83º | 0.81% | 0.58% | - |
| HSV(B) | 269.83º | 0.74% | 0.92% | - |
| XYZ | 28.64 | 15.43 | 80.07 | - |
| YUV | 105.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 235 | 0.37 | 0.74 | 0 | 0.08 | 269.83 | 0.81 | 0.58 |
| Hex | 93 | 3C | EB | 25 | 4A | 0 | 8 | 10E | 51 | 3A |
| Octal | 223 | 74 | 353 | 45 | 112 | 0 | 10 | 416 | 121 | 72 |
| Binary | 10010011 | 111100 | 11101011 | 100101 | 1001010 | 0 | 1000 | 100001110 | 1010001 | 111010 |
Color Harmonies of #933CEB
Complementary color
Monochromatic Colors of #933CEB
Black with #933CEB
Text Example
Text Example
White with #933CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CEB; }
p { color: rgb(147,60,235); }
H1.HeaderClassName
{
color: #933CEB;
}
.AnyTagClassName
{
color: #933CEB;
}
</style>
background-color css
<style>
a { background-color: #933CEB; }
a { background-color: rgb(147,60,235); }
div.DivClassName
{
background-color: #933CEB;
}
.BgClassName
{
background-color: #933CEB;
}
</style>
border-color css
<style>
span { border-color: #933CEB; }
span { border-color: rgb(147,60,235); }
td.TdClassName
{
border-color: #933CEB;
}
.TagClassName
{
border-color: #933CEB;
}
</style>