Shades of Blue Violet #9410FE
Tints of Blue Violet #9410FE
RGB
CMYK
RGB Variations
Color information
#9410FE (or 0x9410FE) is known color: Blue Violet. HEX triplet: 94, 10 and FE. RGB value is (148,16,254). Sum of RGB (Red+Green+Blue) = 148+16+254=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #9410FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9410FE is #6BEF01. Grayscale: #515151. Windows color (decimal): -7073538 or 16650388. OLE color: 16650388.
HSL color Cylindrical-coordinate representation of color #9410FE: hue angle of 273.28º 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 #9410FE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 16 | 254 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.00 |
| HSL | 273.28º | 0.99% | 0.53% | - |
| HSV(B) | 273.28º | 0.94% | 1% | - |
| XYZ | 30.29 | 13.82 | 94.84 | - |
| YUV | 82.6 | 224.73 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 254 | 0.42 | 0.94 | 0 | 0.00 | 273.28 | 0.99 | 0.53 |
| Hex | 94 | 10 | FE | 2A | 5E | 0 | 0 | 111 | 63 | 35 |
| Octal | 224 | 20 | 376 | 52 | 136 | 0 | 0 | 421 | 143 | 65 |
| Binary | 10010100 | 10000 | 11111110 | 101010 | 1011110 | 0 | 0 | 100010001 | 1100011 | 110101 |
Color Harmonies of #9410FE
Complementary color
Monochromatic Colors of #9410FE
Black with #9410FE
Text Example
Text Example
White with #9410FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410FE; }
p { color: rgb(148,16,254); }
H1.HeaderClassName
{
color: #9410FE;
}
.AnyTagClassName
{
color: #9410FE;
}
</style>
background-color css
<style>
a { background-color: #9410FE; }
a { background-color: rgb(148,16,254); }
div.DivClassName
{
background-color: #9410FE;
}
.BgClassName
{
background-color: #9410FE;
}
</style>
border-color css
<style>
span { border-color: #9410FE; }
span { border-color: rgb(148,16,254); }
td.TdClassName
{
border-color: #9410FE;
}
.TagClassName
{
border-color: #9410FE;
}
</style>