Shades of Blue Violet #934EEA
Tints of Blue Violet #934EEA
RGB
CMYK
RGB Variations
Color information
#934EEA (or 0x934EEA) is known color: Blue Violet. HEX triplet: 93, 4E and EA. RGB value is (147,78,234). Sum of RGB (Red+Green+Blue) = 147+78+234=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #934EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934EEA is #6CB115. Grayscale: #737373. Windows color (decimal): -7123222 or 15355539. OLE color: 15355539.
HSL color Cylindrical-coordinate representation of color #934EEA: hue angle of 266.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934EEA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 78 | 234 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.08 |
| HSL | 266.54º | 0.79% | 0.61% | - |
| HSV(B) | 266.54º | 0.67% | 0.92% | - |
| XYZ | 29.61 | 17.59 | 79.68 | - |
| YUV | 116.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 234 | 0.37 | 0.67 | 0 | 0.08 | 266.54 | 0.79 | 0.61 |
| Hex | 93 | 4E | EA | 25 | 43 | 0 | 8 | 10B | 4F | 3D |
| Octal | 223 | 116 | 352 | 45 | 103 | 0 | 10 | 413 | 117 | 75 |
| Binary | 10010011 | 1001110 | 11101010 | 100101 | 1000011 | 0 | 1000 | 100001011 | 1001111 | 111101 |
Color Harmonies of #934EEA
Complementary color
Monochromatic Colors of #934EEA
Black with #934EEA
Text Example
Text Example
White with #934EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EEA; }
p { color: rgb(147,78,234); }
H1.HeaderClassName
{
color: #934EEA;
}
.AnyTagClassName
{
color: #934EEA;
}
</style>
background-color css
<style>
a { background-color: #934EEA; }
a { background-color: rgb(147,78,234); }
div.DivClassName
{
background-color: #934EEA;
}
.BgClassName
{
background-color: #934EEA;
}
</style>
border-color css
<style>
span { border-color: #934EEA; }
span { border-color: rgb(147,78,234); }
td.TdClassName
{
border-color: #934EEA;
}
.TagClassName
{
border-color: #934EEA;
}
</style>