Shades of Blue Violet #931DEA
Tints of Blue Violet #931DEA
RGB
CMYK
RGB Variations
Color information
#931DEA (or 0x931DEA) is known color: Blue Violet. HEX triplet: 93, 1D and EA. RGB value is (147,29,234). Sum of RGB (Red+Green+Blue) = 147+29+234=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #931DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931DEA is #6CE215. Grayscale: #565656. Windows color (decimal): -7135766 or 15342995. OLE color: 15342995.
HSL color Cylindrical-coordinate representation of color #931DEA: hue angle of 274.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931DEA is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 29 | 234 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.08 |
| HSL | 274.54º | 0.83% | 0.52% | - |
| HSV(B) | 274.54º | 0.88% | 0.92% | - |
| XYZ | 27.32 | 13.02 | 78.92 | - |
| YUV | 87.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 234 | 0.37 | 0.88 | 0 | 0.08 | 274.54 | 0.83 | 0.52 |
| Hex | 93 | 1D | EA | 25 | 58 | 0 | 8 | 113 | 53 | 34 |
| Octal | 223 | 35 | 352 | 45 | 130 | 0 | 10 | 423 | 123 | 64 |
| Binary | 10010011 | 11101 | 11101010 | 100101 | 1011000 | 0 | 1000 | 100010011 | 1010011 | 110100 |
Color Harmonies of #931DEA
Complementary color
Monochromatic Colors of #931DEA
Black with #931DEA
Text Example
Text Example
White with #931DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DEA; }
p { color: rgb(147,29,234); }
H1.HeaderClassName
{
color: #931DEA;
}
.AnyTagClassName
{
color: #931DEA;
}
</style>
background-color css
<style>
a { background-color: #931DEA; }
a { background-color: rgb(147,29,234); }
div.DivClassName
{
background-color: #931DEA;
}
.BgClassName
{
background-color: #931DEA;
}
</style>
border-color css
<style>
span { border-color: #931DEA; }
span { border-color: rgb(147,29,234); }
td.TdClassName
{
border-color: #931DEA;
}
.TagClassName
{
border-color: #931DEA;
}
</style>