Shades of Blue Violet #930FFE
Tints of Blue Violet #930FFE
RGB
CMYK
RGB Variations
Color information
#930FFE (or 0x930FFE) is known color: Blue Violet. HEX triplet: 93, 0F and FE. RGB value is (147,15,254). Sum of RGB (Red+Green+Blue) = 147+15+254=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #930FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930FFE is #6CF001. Grayscale: #505050. Windows color (decimal): -7139330 or 16650131. OLE color: 16650131.
HSL color Cylindrical-coordinate representation of color #930FFE: hue angle of 273.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930FFE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 15 | 254 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.00 |
| HSL | 273.14º | 0.99% | 0.53% | - |
| HSV(B) | 273.14º | 0.94% | 1% | - |
| XYZ | 30.09 | 13.7 | 94.82 | - |
| YUV | 81.71 | 225.23 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 254 | 0.42 | 0.94 | 0 | 0.00 | 273.14 | 0.99 | 0.53 |
| Hex | 93 | F | FE | 2A | 5E | 0 | 0 | 111 | 63 | 35 |
| Octal | 223 | 17 | 376 | 52 | 136 | 0 | 0 | 421 | 143 | 65 |
| Binary | 10010011 | 1111 | 11111110 | 101010 | 1011110 | 0 | 0 | 100010001 | 1100011 | 110101 |
Color Harmonies of #930FFE
Complementary color
Monochromatic Colors of #930FFE
Black with #930FFE
Text Example
Text Example
White with #930FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FFE; }
p { color: rgb(147,15,254); }
H1.HeaderClassName
{
color: #930FFE;
}
.AnyTagClassName
{
color: #930FFE;
}
</style>
background-color css
<style>
a { background-color: #930FFE; }
a { background-color: rgb(147,15,254); }
div.DivClassName
{
background-color: #930FFE;
}
.BgClassName
{
background-color: #930FFE;
}
</style>
border-color css
<style>
span { border-color: #930FFE; }
span { border-color: rgb(147,15,254); }
td.TdClassName
{
border-color: #930FFE;
}
.TagClassName
{
border-color: #930FFE;
}
</style>