Shades of Blue Violet #934CEA
Tints of Blue Violet #934CEA
RGB
CMYK
RGB Variations
Color information
#934CEA (or 0x934CEA) is known color: Blue Violet. HEX triplet: 93, 4C and EA. RGB value is (147,76,234). Sum of RGB (Red+Green+Blue) = 147+76+234=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #934CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934CEA is #6CB315. Grayscale: #727272. Windows color (decimal): -7123734 or 15355027. OLE color: 15355027.
HSL color Cylindrical-coordinate representation of color #934CEA: hue angle of 266.96º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934CEA is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 76 | 234 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.08 |
| HSL | 266.96º | 0.79% | 0.61% | - |
| HSV(B) | 266.96º | 0.68% | 0.92% | - |
| XYZ | 29.47 | 17.31 | 79.63 | - |
| YUV | 115.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 234 | 0.37 | 0.68 | 0 | 0.08 | 266.96 | 0.79 | 0.61 |
| Hex | 93 | 4C | EA | 25 | 44 | 0 | 8 | 10B | 4F | 3D |
| Octal | 223 | 114 | 352 | 45 | 104 | 0 | 10 | 413 | 117 | 75 |
| Binary | 10010011 | 1001100 | 11101010 | 100101 | 1000100 | 0 | 1000 | 100001011 | 1001111 | 111101 |
Color Harmonies of #934CEA
Complementary color
Monochromatic Colors of #934CEA
Black with #934CEA
Text Example
Text Example
White with #934CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CEA; }
p { color: rgb(147,76,234); }
H1.HeaderClassName
{
color: #934CEA;
}
.AnyTagClassName
{
color: #934CEA;
}
</style>
background-color css
<style>
a { background-color: #934CEA; }
a { background-color: rgb(147,76,234); }
div.DivClassName
{
background-color: #934CEA;
}
.BgClassName
{
background-color: #934CEA;
}
</style>
border-color css
<style>
span { border-color: #934CEA; }
span { border-color: rgb(147,76,234); }
td.TdClassName
{
border-color: #934CEA;
}
.TagClassName
{
border-color: #934CEA;
}
</style>