Shades of Blue Violet #9527FB
Tints of Blue Violet #9527FB
RGB
CMYK
RGB Variations
Color information
#9527FB (or 0x9527FB) is known color: Blue Violet. HEX triplet: 95, 27 and FB. RGB value is (149,39,251). Sum of RGB (Red+Green+Blue) = 149+39+251=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #9527FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9527FB is #6AD804. Grayscale: #5F5F5F. Windows color (decimal): -7002117 or 16459669. OLE color: 16459669.
HSL color Cylindrical-coordinate representation of color #9527FB: hue angle of 271.13º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9527FB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 39 | 251 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.02 |
| HSL | 271.13º | 0.96% | 0.57% | - |
| HSV(B) | 271.13º | 0.84% | 0.98% | - |
| XYZ | 30.53 | 14.81 | 92.52 | - |
| YUV | 96.06 | 215.44 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 251 | 0.41 | 0.84 | 0 | 0.02 | 271.13 | 0.96 | 0.57 |
| Hex | 95 | 27 | FB | 29 | 54 | 0 | 2 | 10F | 60 | 39 |
| Octal | 225 | 47 | 373 | 51 | 124 | 0 | 2 | 417 | 140 | 71 |
| Binary | 10010101 | 100111 | 11111011 | 101001 | 1010100 | 0 | 10 | 100001111 | 1100000 | 111001 |
Color Harmonies of #9527FB
Complementary color
Monochromatic Colors of #9527FB
Black with #9527FB
Text Example
Text Example
White with #9527FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527FB; }
p { color: rgb(149,39,251); }
H1.HeaderClassName
{
color: #9527FB;
}
.AnyTagClassName
{
color: #9527FB;
}
</style>
background-color css
<style>
a { background-color: #9527FB; }
a { background-color: rgb(149,39,251); }
div.DivClassName
{
background-color: #9527FB;
}
.BgClassName
{
background-color: #9527FB;
}
</style>
border-color css
<style>
span { border-color: #9527FB; }
span { border-color: rgb(149,39,251); }
td.TdClassName
{
border-color: #9527FB;
}
.TagClassName
{
border-color: #9527FB;
}
</style>