Shades of Blue Violet #9429DC
Tints of Blue Violet #9429DC
RGB
CMYK
RGB Variations
Color information
#9429DC (or 0x9429DC) is known color: Blue Violet. HEX triplet: 94, 29 and DC. RGB value is (148,41,220). Sum of RGB (Red+Green+Blue) = 148+41+220=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #9429DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429DC is #6BD623. Grayscale: #5C5C5C. Windows color (decimal): -7067172 or 14428564. OLE color: 14428564.
HSL color Cylindrical-coordinate representation of color #9429DC: hue angle of 275.87º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9429DC is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 41 | 220 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.14 |
| HSL | 275.87º | 0.72% | 0.51% | - |
| HSV(B) | 275.87º | 0.81% | 0.86% | - |
| XYZ | 25.92 | 13.05 | 68.86 | - |
| YUV | 93.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 220 | 0.33 | 0.81 | 0 | 0.14 | 275.87 | 0.72 | 0.51 |
| Hex | 94 | 29 | DC | 21 | 51 | 0 | E | 114 | 48 | 33 |
| Octal | 224 | 51 | 334 | 41 | 121 | 0 | 16 | 424 | 110 | 63 |
| Binary | 10010100 | 101001 | 11011100 | 100001 | 1010001 | 0 | 1110 | 100010100 | 1001000 | 110011 |
Color Harmonies of #9429DC
Complementary color
Monochromatic Colors of #9429DC
Black with #9429DC
Text Example
Text Example
White with #9429DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429DC; }
p { color: rgb(148,41,220); }
H1.HeaderClassName
{
color: #9429DC;
}
.AnyTagClassName
{
color: #9429DC;
}
</style>
background-color css
<style>
a { background-color: #9429DC; }
a { background-color: rgb(148,41,220); }
div.DivClassName
{
background-color: #9429DC;
}
.BgClassName
{
background-color: #9429DC;
}
</style>
border-color css
<style>
span { border-color: #9429DC; }
span { border-color: rgb(148,41,220); }
td.TdClassName
{
border-color: #9429DC;
}
.TagClassName
{
border-color: #9429DC;
}
</style>