Shades of Blue Violet #9510FB
Tints of Blue Violet #9510FB
RGB
CMYK
RGB Variations
Color information
#9510FB (or 0x9510FB) is known color: Blue Violet. HEX triplet: 95, 10 and FB. RGB value is (149,16,251). Sum of RGB (Red+Green+Blue) = 149+16+251=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #9510FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510FB is #6AEF04. Grayscale: #515151. Windows color (decimal): -7008005 or 16453781. OLE color: 16453781.
HSL color Cylindrical-coordinate representation of color #9510FB: hue angle of 273.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9510FB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 16 | 251 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.02 |
| HSL | 273.96º | 0.97% | 0.52% | - |
| HSV(B) | 273.96º | 0.94% | 0.98% | - |
| XYZ | 29.99 | 13.73 | 92.34 | - |
| YUV | 82.56 | 223.06 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 251 | 0.41 | 0.94 | 0 | 0.02 | 273.96 | 0.97 | 0.52 |
| Hex | 95 | 10 | FB | 29 | 5E | 0 | 2 | 112 | 61 | 34 |
| Octal | 225 | 20 | 373 | 51 | 136 | 0 | 2 | 422 | 141 | 64 |
| Binary | 10010101 | 10000 | 11111011 | 101001 | 1011110 | 0 | 10 | 100010010 | 1100001 | 110100 |
Color Harmonies of #9510FB
Complementary color
Monochromatic Colors of #9510FB
Black with #9510FB
Text Example
Text Example
White with #9510FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510FB; }
p { color: rgb(149,16,251); }
H1.HeaderClassName
{
color: #9510FB;
}
.AnyTagClassName
{
color: #9510FB;
}
</style>
background-color css
<style>
a { background-color: #9510FB; }
a { background-color: rgb(149,16,251); }
div.DivClassName
{
background-color: #9510FB;
}
.BgClassName
{
background-color: #9510FB;
}
</style>
border-color css
<style>
span { border-color: #9510FB; }
span { border-color: rgb(149,16,251); }
td.TdClassName
{
border-color: #9510FB;
}
.TagClassName
{
border-color: #9510FB;
}
</style>