Shades of Blue Violet #9429E1
Tints of Blue Violet #9429E1
RGB
CMYK
RGB Variations
Color information
#9429E1 (or 0x9429E1) is known color: Blue Violet. HEX triplet: 94, 29 and E1. RGB value is (148,41,225). Sum of RGB (Red+Green+Blue) = 148+41+225=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #9429E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429E1 is #6BD61E. Grayscale: #5D5D5D. Windows color (decimal): -7067167 or 14756244. OLE color: 14756244.
HSL color Cylindrical-coordinate representation of color #9429E1: hue angle of 274.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9429E1 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 41 | 225 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.12 |
| HSL | 274.89º | 0.75% | 0.52% | - |
| HSV(B) | 274.89º | 0.82% | 0.88% | - |
| XYZ | 26.6 | 13.32 | 72.4 | - |
| YUV | 93.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 225 | 0.34 | 0.82 | 0 | 0.12 | 274.89 | 0.75 | 0.52 |
| Hex | 94 | 29 | E1 | 22 | 52 | 0 | C | 113 | 4B | 34 |
| Octal | 224 | 51 | 341 | 42 | 122 | 0 | 14 | 423 | 113 | 64 |
| Binary | 10010100 | 101001 | 11100001 | 100010 | 1010010 | 0 | 1100 | 100010011 | 1001011 | 110100 |
Color Harmonies of #9429E1
Complementary color
Monochromatic Colors of #9429E1
Black with #9429E1
Text Example
Text Example
White with #9429E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429E1; }
p { color: rgb(148,41,225); }
H1.HeaderClassName
{
color: #9429E1;
}
.AnyTagClassName
{
color: #9429E1;
}
</style>
background-color css
<style>
a { background-color: #9429E1; }
a { background-color: rgb(148,41,225); }
div.DivClassName
{
background-color: #9429E1;
}
.BgClassName
{
background-color: #9429E1;
}
</style>
border-color css
<style>
span { border-color: #9429E1; }
span { border-color: rgb(148,41,225); }
td.TdClassName
{
border-color: #9429E1;
}
.TagClassName
{
border-color: #9429E1;
}
</style>