Shades of Blue Violet #9421FF
Tints of Blue Violet #9421FF
RGB
CMYK
RGB Variations
Color information
#9421FF (or 0x9421FF) is known color: Blue Violet. HEX triplet: 94, 21 and FF. RGB value is (148,33,255). Sum of RGB (Red+Green+Blue) = 148+33+255=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9421FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9421FF is #6BDE00. Grayscale: #5B5B5B. Windows color (decimal): -7069185 or 16720276. OLE color: 16720276.
HSL color Cylindrical-coordinate representation of color #9421FF: hue angle of 271.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9421FF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 33 | 255 | - |
| CMYK | 0.42 | 0.87 | 0 | 0 |
| HSL | 271.08º | 1% | 0.56% | - |
| HSV(B) | 271.08º | 0.87% | 1% | - |
| XYZ | 30.81 | 14.6 | 95.8 | - |
| YUV | 92.69 | 219.6 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 255 | 0.42 | 0.87 | 0 | 0 | 271.08 | 1 | 0.56 |
| Hex | 94 | 21 | FF | 2A | 57 | 0 | 0 | 10F | 64 | 38 |
| Octal | 224 | 41 | 377 | 52 | 127 | 0 | 0 | 417 | 144 | 70 |
| Binary | 10010100 | 100001 | 11111111 | 101010 | 1010111 | 0 | 0 | 100001111 | 1100100 | 111000 |
Color Harmonies of #9421FF
Complementary color
Monochromatic Colors of #9421FF
Black with #9421FF
Text Example
Text Example
White with #9421FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9421FF; }
p { color: rgb(148,33,255); }
H1.HeaderClassName
{
color: #9421FF;
}
.AnyTagClassName
{
color: #9421FF;
}
</style>
background-color css
<style>
a { background-color: #9421FF; }
a { background-color: rgb(148,33,255); }
div.DivClassName
{
background-color: #9421FF;
}
.BgClassName
{
background-color: #9421FF;
}
</style>
border-color css
<style>
span { border-color: #9421FF; }
span { border-color: rgb(148,33,255); }
td.TdClassName
{
border-color: #9421FF;
}
.TagClassName
{
border-color: #9421FF;
}
</style>