Shades of Blue Violet #9521F4
Tints of Blue Violet #9521F4
RGB
CMYK
RGB Variations
Color information
#9521F4 (or 0x9521F4) is known color: Blue Violet. HEX triplet: 95, 21 and F4. RGB value is (149,33,244). Sum of RGB (Red+Green+Blue) = 149+33+244=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #9521F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9521F4 is #6ADE0B. Grayscale: #5B5B5B. Windows color (decimal): -7003660 or 15999381. OLE color: 15999381.
HSL color Cylindrical-coordinate representation of color #9521F4: hue angle of 272.99º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9521F4 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 33 | 244 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.04 |
| HSL | 272.99º | 0.91% | 0.54% | - |
| HSV(B) | 272.99º | 0.86% | 0.96% | - |
| XYZ | 29.27 | 14.01 | 86.75 | - |
| YUV | 91.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 244 | 0.39 | 0.86 | 0 | 0.04 | 272.99 | 0.91 | 0.54 |
| Hex | 95 | 21 | F4 | 27 | 56 | 0 | 4 | 111 | 5B | 36 |
| Octal | 225 | 41 | 364 | 47 | 126 | 0 | 4 | 421 | 133 | 66 |
| Binary | 10010101 | 100001 | 11110100 | 100111 | 1010110 | 0 | 100 | 100010001 | 1011011 | 110110 |
Color Harmonies of #9521F4
Complementary color
Monochromatic Colors of #9521F4
Black with #9521F4
Text Example
Text Example
White with #9521F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521F4; }
p { color: rgb(149,33,244); }
H1.HeaderClassName
{
color: #9521F4;
}
.AnyTagClassName
{
color: #9521F4;
}
</style>
background-color css
<style>
a { background-color: #9521F4; }
a { background-color: rgb(149,33,244); }
div.DivClassName
{
background-color: #9521F4;
}
.BgClassName
{
background-color: #9521F4;
}
</style>
border-color css
<style>
span { border-color: #9521F4; }
span { border-color: rgb(149,33,244); }
td.TdClassName
{
border-color: #9521F4;
}
.TagClassName
{
border-color: #9521F4;
}
</style>