Shades of Blue Violet #9429ED
Tints of Blue Violet #9429ED
RGB
CMYK
RGB Variations
Color information
#9429ED (or 0x9429ED) is known color: Blue Violet. HEX triplet: 94, 29 and ED. RGB value is (148,41,237). Sum of RGB (Red+Green+Blue) = 148+41+237=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #9429ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9429ED is #6BD612. Grayscale: #5E5E5E. Windows color (decimal): -7067155 or 15542676. OLE color: 15542676.
HSL color Cylindrical-coordinate representation of color #9429ED: hue angle of 272.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9429ED is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 41 | 237 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.07 |
| HSL | 272.76º | 0.84% | 0.55% | - |
| HSV(B) | 272.76º | 0.83% | 0.93% | - |
| XYZ | 28.29 | 14 | 81.33 | - |
| YUV | 95.34 | 207.95 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 237 | 0.38 | 0.83 | 0 | 0.07 | 272.76 | 0.84 | 0.55 |
| Hex | 94 | 29 | ED | 26 | 53 | 0 | 7 | 111 | 54 | 37 |
| Octal | 224 | 51 | 355 | 46 | 123 | 0 | 7 | 421 | 124 | 67 |
| Binary | 10010100 | 101001 | 11101101 | 100110 | 1010011 | 0 | 111 | 100010001 | 1010100 | 110111 |
Color Harmonies of #9429ED
Complementary color
Monochromatic Colors of #9429ED
Black with #9429ED
Text Example
Text Example
White with #9429ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429ED; }
p { color: rgb(148,41,237); }
H1.HeaderClassName
{
color: #9429ED;
}
.AnyTagClassName
{
color: #9429ED;
}
</style>
background-color css
<style>
a { background-color: #9429ED; }
a { background-color: rgb(148,41,237); }
div.DivClassName
{
background-color: #9429ED;
}
.BgClassName
{
background-color: #9429ED;
}
</style>
border-color css
<style>
span { border-color: #9429ED; }
span { border-color: rgb(148,41,237); }
td.TdClassName
{
border-color: #9429ED;
}
.TagClassName
{
border-color: #9429ED;
}
</style>