Shades of Blue Violet #9510FF
Tints of Blue Violet #9510FF
RGB
CMYK
RGB Variations
Color information
#9510FF (or 0x9510FF) is known color: Blue Violet. HEX triplet: 95, 10 and FF. RGB value is (149,16,255). Sum of RGB (Red+Green+Blue) = 149+16+255=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #9510FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510FF is #6AEF00. Grayscale: #525252. Windows color (decimal): -7008001 or 16715925. OLE color: 16715925.
HSL color Cylindrical-coordinate representation of color #9510FF: hue angle of 273.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9510FF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 16 | 255 | - |
| CMYK | 0.42 | 0.94 | 0 | 0 |
| HSL | 273.39º | 1% | 0.53% | - |
| HSV(B) | 273.39º | 0.94% | 1% | - |
| XYZ | 30.63 | 13.98 | 95.69 | - |
| YUV | 83.01 | 225.06 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 255 | 0.42 | 0.94 | 0 | 0 | 273.39 | 1 | 0.53 |
| Hex | 95 | 10 | FF | 2A | 5E | 0 | 0 | 111 | 64 | 35 |
| Octal | 225 | 20 | 377 | 52 | 136 | 0 | 0 | 421 | 144 | 65 |
| Binary | 10010101 | 10000 | 11111111 | 101010 | 1011110 | 0 | 0 | 100010001 | 1100100 | 110101 |
Color Harmonies of #9510FF
Complementary color
Monochromatic Colors of #9510FF
Black with #9510FF
Text Example
Text Example
White with #9510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510FF; }
p { color: rgb(149,16,255); }
H1.HeaderClassName
{
color: #9510FF;
}
.AnyTagClassName
{
color: #9510FF;
}
</style>
background-color css
<style>
a { background-color: #9510FF; }
a { background-color: rgb(149,16,255); }
div.DivClassName
{
background-color: #9510FF;
}
.BgClassName
{
background-color: #9510FF;
}
</style>
border-color css
<style>
span { border-color: #9510FF; }
span { border-color: rgb(149,16,255); }
td.TdClassName
{
border-color: #9510FF;
}
.TagClassName
{
border-color: #9510FF;
}
</style>