Shades of Blue Violet #931CE0
Tints of Blue Violet #931CE0
RGB
CMYK
RGB Variations
Color information
#931CE0 (or 0x931CE0) is known color: Blue Violet. HEX triplet: 93, 1C and E0. RGB value is (147,28,224). Sum of RGB (Red+Green+Blue) = 147+28+224=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #931CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CE0 is #6CE31F. Grayscale: #555555. Windows color (decimal): -7136032 or 14687379. OLE color: 14687379.
HSL color Cylindrical-coordinate representation of color #931CE0: hue angle of 276.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931CE0 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 28 | 224 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.12 |
| HSL | 276.43º | 0.78% | 0.49% | - |
| HSV(B) | 276.43º | 0.88% | 0.88% | - |
| XYZ | 25.9 | 12.42 | 71.55 | - |
| YUV | 85.93 | 205.92 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 224 | 0.34 | 0.88 | 0 | 0.12 | 276.43 | 0.78 | 0.49 |
| Hex | 93 | 1C | E0 | 22 | 58 | 0 | C | 114 | 4E | 31 |
| Octal | 223 | 34 | 340 | 42 | 130 | 0 | 14 | 424 | 116 | 61 |
| Binary | 10010011 | 11100 | 11100000 | 100010 | 1011000 | 0 | 1100 | 100010100 | 1001110 | 110001 |
Color Harmonies of #931CE0
Complementary color
Monochromatic Colors of #931CE0
Black with #931CE0
Text Example
Text Example
White with #931CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CE0; }
p { color: rgb(147,28,224); }
H1.HeaderClassName
{
color: #931CE0;
}
.AnyTagClassName
{
color: #931CE0;
}
</style>
background-color css
<style>
a { background-color: #931CE0; }
a { background-color: rgb(147,28,224); }
div.DivClassName
{
background-color: #931CE0;
}
.BgClassName
{
background-color: #931CE0;
}
</style>
border-color css
<style>
span { border-color: #931CE0; }
span { border-color: rgb(147,28,224); }
td.TdClassName
{
border-color: #931CE0;
}
.TagClassName
{
border-color: #931CE0;
}
</style>