Shades of Blue Violet #9421E6
Tints of Blue Violet #9421E6
RGB
CMYK
RGB Variations
Color information
#9421E6 (or 0x9421E6) is known color: Blue Violet. HEX triplet: 94, 21 and E6. RGB value is (148,33,230). Sum of RGB (Red+Green+Blue) = 148+33+230=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #9421E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9421E6 is #6BDE19. Grayscale: #595959. Windows color (decimal): -7069210 or 15081876. OLE color: 15081876.
HSL color Cylindrical-coordinate representation of color #9421E6: hue angle of 275.03º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9421E6 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 33 | 230 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.10 |
| HSL | 275.03º | 0.8% | 0.52% | - |
| HSV(B) | 275.03º | 0.86% | 0.9% | - |
| XYZ | 27.04 | 13.1 | 75.97 | - |
| YUV | 89.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 230 | 0.36 | 0.86 | 0 | 0.10 | 275.03 | 0.8 | 0.52 |
| Hex | 94 | 21 | E6 | 24 | 56 | 0 | A | 113 | 50 | 34 |
| Octal | 224 | 41 | 346 | 44 | 126 | 0 | 12 | 423 | 120 | 64 |
| Binary | 10010100 | 100001 | 11100110 | 100100 | 1010110 | 0 | 1010 | 100010011 | 1010000 | 110100 |
Color Harmonies of #9421E6
Complementary color
Monochromatic Colors of #9421E6
Black with #9421E6
Text Example
Text Example
White with #9421E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9421E6; }
p { color: rgb(148,33,230); }
H1.HeaderClassName
{
color: #9421E6;
}
.AnyTagClassName
{
color: #9421E6;
}
</style>
background-color css
<style>
a { background-color: #9421E6; }
a { background-color: rgb(148,33,230); }
div.DivClassName
{
background-color: #9421E6;
}
.BgClassName
{
background-color: #9421E6;
}
</style>
border-color css
<style>
span { border-color: #9421E6; }
span { border-color: rgb(148,33,230); }
td.TdClassName
{
border-color: #9421E6;
}
.TagClassName
{
border-color: #9421E6;
}
</style>