Shades of Blue Violet #933CEA
Tints of Blue Violet #933CEA
RGB
CMYK
RGB Variations
Color information
#933CEA (or 0x933CEA) is known color: Blue Violet. HEX triplet: 93, 3C and EA. RGB value is (147,60,234). Sum of RGB (Red+Green+Blue) = 147+60+234=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #933CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #933CEA is #6CC315. Grayscale: #696969. Windows color (decimal): -7127830 or 15350931. OLE color: 15350931.
HSL color Cylindrical-coordinate representation of color #933CEA: hue angle of 270º 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 #933CEA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 60 | 234 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.08 |
| HSL | 270º | 0.81% | 0.58% | - |
| HSV(B) | 270º | 0.74% | 0.92% | - |
| XYZ | 28.5 | 15.38 | 79.31 | - |
| YUV | 105.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 234 | 0.37 | 0.74 | 0 | 0.08 | 270 | 0.81 | 0.58 |
| Hex | 93 | 3C | EA | 25 | 4A | 0 | 8 | 10E | 51 | 3A |
| Octal | 223 | 74 | 352 | 45 | 112 | 0 | 10 | 416 | 121 | 72 |
| Binary | 10010011 | 111100 | 11101010 | 100101 | 1001010 | 0 | 1000 | 100001110 | 1010001 | 111010 |
Color Harmonies of #933CEA
Complementary color
Monochromatic Colors of #933CEA
Black with #933CEA
Text Example
Text Example
White with #933CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CEA; }
p { color: rgb(147,60,234); }
H1.HeaderClassName
{
color: #933CEA;
}
.AnyTagClassName
{
color: #933CEA;
}
</style>
background-color css
<style>
a { background-color: #933CEA; }
a { background-color: rgb(147,60,234); }
div.DivClassName
{
background-color: #933CEA;
}
.BgClassName
{
background-color: #933CEA;
}
</style>
border-color css
<style>
span { border-color: #933CEA; }
span { border-color: rgb(147,60,234); }
td.TdClassName
{
border-color: #933CEA;
}
.TagClassName
{
border-color: #933CEA;
}
</style>