Shades of Blue Violet #9520FB
Tints of Blue Violet #9520FB
RGB
CMYK
RGB Variations
Color information
#9520FB (or 0x9520FB) is known color: Blue Violet. HEX triplet: 95, 20 and FB. RGB value is (149,32,251). Sum of RGB (Red+Green+Blue) = 149+32+251=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #9520FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520FB is #6ADF04. Grayscale: #5B5B5B. Windows color (decimal): -7003909 or 16457877. OLE color: 16457877.
HSL color Cylindrical-coordinate representation of color #9520FB: hue angle of 272.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520FB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 32 | 251 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.02 |
| HSL | 272.05º | 0.96% | 0.55% | - |
| HSV(B) | 272.05º | 0.87% | 0.98% | - |
| XYZ | 30.32 | 14.39 | 92.45 | - |
| YUV | 91.95 | 217.76 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 251 | 0.41 | 0.87 | 0 | 0.02 | 272.05 | 0.96 | 0.55 |
| Hex | 95 | 20 | FB | 29 | 57 | 0 | 2 | 110 | 60 | 37 |
| Octal | 225 | 40 | 373 | 51 | 127 | 0 | 2 | 420 | 140 | 67 |
| Binary | 10010101 | 100000 | 11111011 | 101001 | 1010111 | 0 | 10 | 100010000 | 1100000 | 110111 |
Color Harmonies of #9520FB
Complementary color
Monochromatic Colors of #9520FB
Black with #9520FB
Text Example
Text Example
White with #9520FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520FB; }
p { color: rgb(149,32,251); }
H1.HeaderClassName
{
color: #9520FB;
}
.AnyTagClassName
{
color: #9520FB;
}
</style>
background-color css
<style>
a { background-color: #9520FB; }
a { background-color: rgb(149,32,251); }
div.DivClassName
{
background-color: #9520FB;
}
.BgClassName
{
background-color: #9520FB;
}
</style>
border-color css
<style>
span { border-color: #9520FB; }
span { border-color: rgb(149,32,251); }
td.TdClassName
{
border-color: #9520FB;
}
.TagClassName
{
border-color: #9520FB;
}
</style>