Shades of Blue Violet #931CE5
Tints of Blue Violet #931CE5
RGB
CMYK
RGB Variations
Color information
#931CE5 (or 0x931CE5) is known color: Blue Violet. HEX triplet: 93, 1C and E5. RGB value is (147,28,229). Sum of RGB (Red+Green+Blue) = 147+28+229=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #931CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CE5 is #6CE31A. Grayscale: #555555. Windows color (decimal): -7136027 or 15015059. OLE color: 15015059.
HSL color Cylindrical-coordinate representation of color #931CE5: hue angle of 275.52º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931CE5 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 28 | 229 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.10 |
| HSL | 275.52º | 0.79% | 0.5% | - |
| HSV(B) | 275.52º | 0.88% | 0.9% | - |
| XYZ | 26.59 | 12.69 | 75.18 | - |
| YUV | 86.5 | 208.42 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 229 | 0.36 | 0.88 | 0 | 0.10 | 275.52 | 0.79 | 0.5 |
| Hex | 93 | 1C | E5 | 24 | 58 | 0 | A | 114 | 4F | 32 |
| Octal | 223 | 34 | 345 | 44 | 130 | 0 | 12 | 424 | 117 | 62 |
| Binary | 10010011 | 11100 | 11100101 | 100100 | 1011000 | 0 | 1010 | 100010100 | 1001111 | 110010 |
Color Harmonies of #931CE5
Complementary color
Monochromatic Colors of #931CE5
Black with #931CE5
Text Example
Text Example
White with #931CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CE5; }
p { color: rgb(147,28,229); }
H1.HeaderClassName
{
color: #931CE5;
}
.AnyTagClassName
{
color: #931CE5;
}
</style>
background-color css
<style>
a { background-color: #931CE5; }
a { background-color: rgb(147,28,229); }
div.DivClassName
{
background-color: #931CE5;
}
.BgClassName
{
background-color: #931CE5;
}
</style>
border-color css
<style>
span { border-color: #931CE5; }
span { border-color: rgb(147,28,229); }
td.TdClassName
{
border-color: #931CE5;
}
.TagClassName
{
border-color: #931CE5;
}
</style>