Shades of Blue Violet #930EFF
Tints of Blue Violet #930EFF
RGB
CMYK
RGB Variations
Color information
#930EFF (or 0x930EFF) is known color: Blue Violet. HEX triplet: 93, 0E and FF. RGB value is (147,14,255). Sum of RGB (Red+Green+Blue) = 147+14+255=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #930EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930EFF is #6CF100. Grayscale: #505050. Windows color (decimal): -7139585 or 16715411. OLE color: 16715411.
HSL color Cylindrical-coordinate representation of color #930EFF: hue angle of 273.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930EFF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 14 | 255 | - |
| CMYK | 0.42 | 0.95 | 0 | 0 |
| HSL | 273.11º | 1% | 0.53% | - |
| HSV(B) | 273.11º | 0.95% | 1% | - |
| XYZ | 30.24 | 13.74 | 95.67 | - |
| YUV | 81.24 | 226.06 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 255 | 0.42 | 0.95 | 0 | 0 | 273.11 | 1 | 0.53 |
| Hex | 93 | E | FF | 2A | 5F | 0 | 0 | 111 | 64 | 35 |
| Octal | 223 | 16 | 377 | 52 | 137 | 0 | 0 | 421 | 144 | 65 |
| Binary | 10010011 | 1110 | 11111111 | 101010 | 1011111 | 0 | 0 | 100010001 | 1100100 | 110101 |
Color Harmonies of #930EFF
Complementary color
Monochromatic Colors of #930EFF
Black with #930EFF
Text Example
Text Example
White with #930EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EFF; }
p { color: rgb(147,14,255); }
H1.HeaderClassName
{
color: #930EFF;
}
.AnyTagClassName
{
color: #930EFF;
}
</style>
background-color css
<style>
a { background-color: #930EFF; }
a { background-color: rgb(147,14,255); }
div.DivClassName
{
background-color: #930EFF;
}
.BgClassName
{
background-color: #930EFF;
}
</style>
border-color css
<style>
span { border-color: #930EFF; }
span { border-color: rgb(147,14,255); }
td.TdClassName
{
border-color: #930EFF;
}
.TagClassName
{
border-color: #930EFF;
}
</style>