Shades of Blue Violet #931CE4
Tints of Blue Violet #931CE4
RGB
CMYK
RGB Variations
Color information
#931CE4 (or 0x931CE4) is known color: Blue Violet. HEX triplet: 93, 1C and E4. RGB value is (147,28,228). Sum of RGB (Red+Green+Blue) = 147+28+228=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #931CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CE4 is #6CE31B. Grayscale: #555555. Windows color (decimal): -7136028 or 14949523. OLE color: 14949523.
HSL color Cylindrical-coordinate representation of color #931CE4: hue angle of 275.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931CE4 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 28 | 228 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.11 |
| HSL | 275.7º | 0.79% | 0.5% | - |
| HSV(B) | 275.7º | 0.88% | 0.89% | - |
| XYZ | 26.45 | 12.63 | 74.44 | - |
| YUV | 86.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 228 | 0.36 | 0.88 | 0 | 0.11 | 275.7 | 0.79 | 0.5 |
| Hex | 93 | 1C | E4 | 24 | 58 | 0 | B | 114 | 4F | 32 |
| Octal | 223 | 34 | 344 | 44 | 130 | 0 | 13 | 424 | 117 | 62 |
| Binary | 10010011 | 11100 | 11100100 | 100100 | 1011000 | 0 | 1011 | 100010100 | 1001111 | 110010 |
Color Harmonies of #931CE4
Complementary color
Monochromatic Colors of #931CE4
Black with #931CE4
Text Example
Text Example
White with #931CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CE4; }
p { color: rgb(147,28,228); }
H1.HeaderClassName
{
color: #931CE4;
}
.AnyTagClassName
{
color: #931CE4;
}
</style>
background-color css
<style>
a { background-color: #931CE4; }
a { background-color: rgb(147,28,228); }
div.DivClassName
{
background-color: #931CE4;
}
.BgClassName
{
background-color: #931CE4;
}
</style>
border-color css
<style>
span { border-color: #931CE4; }
span { border-color: rgb(147,28,228); }
td.TdClassName
{
border-color: #931CE4;
}
.TagClassName
{
border-color: #931CE4;
}
</style>