Shades of Blue Violet #9521FD
Tints of Blue Violet #9521FD
RGB
CMYK
RGB Variations
Color information
#9521FD (or 0x9521FD) is known color: Blue Violet. HEX triplet: 95, 21 and FD. RGB value is (149,33,253). Sum of RGB (Red+Green+Blue) = 149+33+253=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #9521FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9521FD is #6ADE02. Grayscale: #5B5B5B. Windows color (decimal): -7003651 or 16589205. OLE color: 16589205.
HSL color Cylindrical-coordinate representation of color #9521FD: hue angle of 271.64º 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 #9521FD is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 33 | 253 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.01 |
| HSL | 271.64º | 0.98% | 0.56% | - |
| HSV(B) | 271.64º | 0.87% | 0.99% | - |
| XYZ | 30.67 | 14.57 | 94.12 | - |
| YUV | 92.76 | 218.43 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 253 | 0.41 | 0.87 | 0 | 0.01 | 271.64 | 0.98 | 0.56 |
| Hex | 95 | 21 | FD | 29 | 57 | 0 | 1 | 110 | 62 | 38 |
| Octal | 225 | 41 | 375 | 51 | 127 | 0 | 1 | 420 | 142 | 70 |
| Binary | 10010101 | 100001 | 11111101 | 101001 | 1010111 | 0 | 1 | 100010000 | 1100010 | 111000 |
Color Harmonies of #9521FD
Complementary color
Monochromatic Colors of #9521FD
Black with #9521FD
Text Example
Text Example
White with #9521FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521FD; }
p { color: rgb(149,33,253); }
H1.HeaderClassName
{
color: #9521FD;
}
.AnyTagClassName
{
color: #9521FD;
}
</style>
background-color css
<style>
a { background-color: #9521FD; }
a { background-color: rgb(149,33,253); }
div.DivClassName
{
background-color: #9521FD;
}
.BgClassName
{
background-color: #9521FD;
}
</style>
border-color css
<style>
span { border-color: #9521FD; }
span { border-color: rgb(149,33,253); }
td.TdClassName
{
border-color: #9521FD;
}
.TagClassName
{
border-color: #9521FD;
}
</style>