Shades of Blue Violet #9510FE
Tints of Blue Violet #9510FE
RGB
CMYK
RGB Variations
Color information
#9510FE (or 0x9510FE) is known color: Blue Violet. HEX triplet: 95, 10 and FE. RGB value is (149,16,254). Sum of RGB (Red+Green+Blue) = 149+16+254=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #9510FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510FE is #6AEF01. Grayscale: #525252. Windows color (decimal): -7008002 or 16650389. OLE color: 16650389.
HSL color Cylindrical-coordinate representation of color #9510FE: hue angle of 273.53º 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 #9510FE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 16 | 254 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.00 |
| HSL | 273.53º | 0.99% | 0.53% | - |
| HSV(B) | 273.53º | 0.94% | 1% | - |
| XYZ | 30.47 | 13.92 | 94.85 | - |
| YUV | 82.9 | 224.56 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 254 | 0.41 | 0.94 | 0 | 0.00 | 273.53 | 0.99 | 0.53 |
| Hex | 95 | 10 | FE | 29 | 5E | 0 | 0 | 112 | 63 | 35 |
| Octal | 225 | 20 | 376 | 51 | 136 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10010101 | 10000 | 11111110 | 101001 | 1011110 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #9510FE
Complementary color
Monochromatic Colors of #9510FE
Black with #9510FE
Text Example
Text Example
White with #9510FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510FE; }
p { color: rgb(149,16,254); }
H1.HeaderClassName
{
color: #9510FE;
}
.AnyTagClassName
{
color: #9510FE;
}
</style>
background-color css
<style>
a { background-color: #9510FE; }
a { background-color: rgb(149,16,254); }
div.DivClassName
{
background-color: #9510FE;
}
.BgClassName
{
background-color: #9510FE;
}
</style>
border-color css
<style>
span { border-color: #9510FE; }
span { border-color: rgb(149,16,254); }
td.TdClassName
{
border-color: #9510FE;
}
.TagClassName
{
border-color: #9510FE;
}
</style>