Shades of Blue Violet #931CEE
Tints of Blue Violet #931CEE
RGB
CMYK
RGB Variations
Color information
#931CEE (or 0x931CEE) is known color: Blue Violet. HEX triplet: 93, 1C and EE. RGB value is (147,28,238). Sum of RGB (Red+Green+Blue) = 147+28+238=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #931CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931CEE is #6CE311. Grayscale: #565656. Windows color (decimal): -7136018 or 15604883. OLE color: 15604883.
HSL color Cylindrical-coordinate representation of color #931CEE: hue angle of 274º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931CEE is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 28 | 238 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.07 |
| HSL | 274º | 0.86% | 0.52% | - |
| HSV(B) | 274º | 0.88% | 0.93% | - |
| XYZ | 27.88 | 13.21 | 81.97 | - |
| YUV | 87.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 238 | 0.38 | 0.88 | 0 | 0.07 | 274 | 0.86 | 0.52 |
| Hex | 93 | 1C | EE | 26 | 58 | 0 | 7 | 112 | 56 | 34 |
| Octal | 223 | 34 | 356 | 46 | 130 | 0 | 7 | 422 | 126 | 64 |
| Binary | 10010011 | 11100 | 11101110 | 100110 | 1011000 | 0 | 111 | 100010010 | 1010110 | 110100 |
Color Harmonies of #931CEE
Complementary color
Monochromatic Colors of #931CEE
Black with #931CEE
Text Example
Text Example
White with #931CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CEE; }
p { color: rgb(147,28,238); }
H1.HeaderClassName
{
color: #931CEE;
}
.AnyTagClassName
{
color: #931CEE;
}
</style>
background-color css
<style>
a { background-color: #931CEE; }
a { background-color: rgb(147,28,238); }
div.DivClassName
{
background-color: #931CEE;
}
.BgClassName
{
background-color: #931CEE;
}
</style>
border-color css
<style>
span { border-color: #931CEE; }
span { border-color: rgb(147,28,238); }
td.TdClassName
{
border-color: #931CEE;
}
.TagClassName
{
border-color: #931CEE;
}
</style>