Shades of Blue Violet #930EF2
Tints of Blue Violet #930EF2
RGB
CMYK
RGB Variations
Color information
#930EF2 (or 0x930EF2) is known color: Blue Violet. HEX triplet: 93, 0E and F2. RGB value is (147,14,242). Sum of RGB (Red+Green+Blue) = 147+14+242=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #930EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930EF2 is #6CF10D. Grayscale: #4E4E4E. Windows color (decimal): -7139598 or 15863443. OLE color: 15863443.
HSL color Cylindrical-coordinate representation of color #930EF2: hue angle of 275º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930EF2 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 14 | 242 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.05 |
| HSL | 275º | 0.9% | 0.5% | - |
| HSV(B) | 275º | 0.94% | 0.95% | - |
| XYZ | 28.22 | 12.93 | 85.01 | - |
| YUV | 79.76 | 219.56 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 242 | 0.39 | 0.94 | 0 | 0.05 | 275 | 0.9 | 0.5 |
| Hex | 93 | E | F2 | 27 | 5E | 0 | 5 | 113 | 5A | 32 |
| Octal | 223 | 16 | 362 | 47 | 136 | 0 | 5 | 423 | 132 | 62 |
| Binary | 10010011 | 1110 | 11110010 | 100111 | 1011110 | 0 | 101 | 100010011 | 1011010 | 110010 |
Color Harmonies of #930EF2
Complementary color
Monochromatic Colors of #930EF2
Black with #930EF2
Text Example
Text Example
White with #930EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EF2; }
p { color: rgb(147,14,242); }
H1.HeaderClassName
{
color: #930EF2;
}
.AnyTagClassName
{
color: #930EF2;
}
</style>
background-color css
<style>
a { background-color: #930EF2; }
a { background-color: rgb(147,14,242); }
div.DivClassName
{
background-color: #930EF2;
}
.BgClassName
{
background-color: #930EF2;
}
</style>
border-color css
<style>
span { border-color: #930EF2; }
span { border-color: rgb(147,14,242); }
td.TdClassName
{
border-color: #930EF2;
}
.TagClassName
{
border-color: #930EF2;
}
</style>