Shades of Blue Violet #934EEF
Tints of Blue Violet #934EEF
RGB
CMYK
RGB Variations
Color information
#934EEF (or 0x934EEF) is known color: Blue Violet. HEX triplet: 93, 4E and EF. RGB value is (147,78,239). Sum of RGB (Red+Green+Blue) = 147+78+239=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #934EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934EEF is #6CB110. Grayscale: #747474. Windows color (decimal): -7123217 or 15683219. OLE color: 15683219.
HSL color Cylindrical-coordinate representation of color #934EEF: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934EEF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 78 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 265.71º | 0.83% | 0.62% | - |
| HSV(B) | 265.71º | 0.67% | 0.94% | - |
| XYZ | 30.34 | 17.88 | 83.51 | - |
| YUV | 116.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 239 | 0.38 | 0.67 | 0 | 0.06 | 265.71 | 0.83 | 0.62 |
| Hex | 93 | 4E | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3E |
| Octal | 223 | 116 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 76 |
| Binary | 10010011 | 1001110 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111110 |
Color Harmonies of #934EEF
Complementary color
Monochromatic Colors of #934EEF
Black with #934EEF
Text Example
Text Example
White with #934EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EEF; }
p { color: rgb(147,78,239); }
H1.HeaderClassName
{
color: #934EEF;
}
.AnyTagClassName
{
color: #934EEF;
}
</style>
background-color css
<style>
a { background-color: #934EEF; }
a { background-color: rgb(147,78,239); }
div.DivClassName
{
background-color: #934EEF;
}
.BgClassName
{
background-color: #934EEF;
}
</style>
border-color css
<style>
span { border-color: #934EEF; }
span { border-color: rgb(147,78,239); }
td.TdClassName
{
border-color: #934EEF;
}
.TagClassName
{
border-color: #934EEF;
}
</style>