Shades of Blue Violet #9520FD
Tints of Blue Violet #9520FD
RGB
CMYK
RGB Variations
Color information
#9520FD (or 0x9520FD) is known color: Blue Violet. HEX triplet: 95, 20 and FD. RGB value is (149,32,253). Sum of RGB (Red+Green+Blue) = 149+32+253=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #9520FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520FD is #6ADF02. Grayscale: #5B5B5B. Windows color (decimal): -7003907 or 16588949. OLE color: 16588949.
HSL color Cylindrical-coordinate representation of color #9520FD: hue angle of 271.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520FD is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 32 | 253 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.01 |
| HSL | 271.76º | 0.98% | 0.56% | - |
| HSV(B) | 271.76º | 0.87% | 0.99% | - |
| XYZ | 30.64 | 14.51 | 94.12 | - |
| YUV | 92.18 | 218.76 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 253 | 0.41 | 0.87 | 0 | 0.01 | 271.76 | 0.98 | 0.56 |
| Hex | 95 | 20 | FD | 29 | 57 | 0 | 1 | 110 | 62 | 38 |
| Octal | 225 | 40 | 375 | 51 | 127 | 0 | 1 | 420 | 142 | 70 |
| Binary | 10010101 | 100000 | 11111101 | 101001 | 1010111 | 0 | 1 | 100010000 | 1100010 | 111000 |
Color Harmonies of #9520FD
Complementary color
Monochromatic Colors of #9520FD
Black with #9520FD
Text Example
Text Example
White with #9520FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520FD; }
p { color: rgb(149,32,253); }
H1.HeaderClassName
{
color: #9520FD;
}
.AnyTagClassName
{
color: #9520FD;
}
</style>
background-color css
<style>
a { background-color: #9520FD; }
a { background-color: rgb(149,32,253); }
div.DivClassName
{
background-color: #9520FD;
}
.BgClassName
{
background-color: #9520FD;
}
</style>
border-color css
<style>
span { border-color: #9520FD; }
span { border-color: rgb(149,32,253); }
td.TdClassName
{
border-color: #9520FD;
}
.TagClassName
{
border-color: #9520FD;
}
</style>