Shades of Blue Violet #931CEF
Tints of Blue Violet #931CEF
RGB
CMYK
RGB Variations
Color information
#931CEF (or 0x931CEF) is known color: Blue Violet. HEX triplet: 93, 1C and EF. RGB value is (147,28,239). Sum of RGB (Red+Green+Blue) = 147+28+239=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #931CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931CEF is #6CE310. Grayscale: #565656. Windows color (decimal): -7136017 or 15670419. OLE color: 15670419.
HSL color Cylindrical-coordinate representation of color #931CEF: hue angle of 273.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931CEF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 28 | 239 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.06 |
| HSL | 273.84º | 0.87% | 0.52% | - |
| HSV(B) | 273.84º | 0.88% | 0.94% | - |
| XYZ | 28.03 | 13.27 | 82.74 | - |
| YUV | 87.64 | 213.42 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 239 | 0.38 | 0.88 | 0 | 0.06 | 273.84 | 0.87 | 0.52 |
| Hex | 93 | 1C | EF | 26 | 58 | 0 | 6 | 112 | 57 | 34 |
| Octal | 223 | 34 | 357 | 46 | 130 | 0 | 6 | 422 | 127 | 64 |
| Binary | 10010011 | 11100 | 11101111 | 100110 | 1011000 | 0 | 110 | 100010010 | 1010111 | 110100 |
Color Harmonies of #931CEF
Complementary color
Monochromatic Colors of #931CEF
Black with #931CEF
Text Example
Text Example
White with #931CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CEF; }
p { color: rgb(147,28,239); }
H1.HeaderClassName
{
color: #931CEF;
}
.AnyTagClassName
{
color: #931CEF;
}
</style>
background-color css
<style>
a { background-color: #931CEF; }
a { background-color: rgb(147,28,239); }
div.DivClassName
{
background-color: #931CEF;
}
.BgClassName
{
background-color: #931CEF;
}
</style>
border-color css
<style>
span { border-color: #931CEF; }
span { border-color: rgb(147,28,239); }
td.TdClassName
{
border-color: #931CEF;
}
.TagClassName
{
border-color: #931CEF;
}
</style>