Shades of Vivid Violet #9429A8
Tints of Vivid Violet #9429A8
RGB
CMYK
RGB Variations
Color information
#9429A8 (or 0x9429A8) is known color: Vivid Violet. HEX triplet: 94, 29 and A8. RGB value is (148,41,168). Sum of RGB (Red+Green+Blue) = 148+41+168=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #9429A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429A8 is #6BD657. Grayscale: #575757. Windows color (decimal): -7067224 or 11020692. OLE color: 11020692.
HSL color Cylindrical-coordinate representation of color #9429A8: hue angle of 290.55º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9429A8 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 41 | 168 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.34 |
| HSL | 290.55º | 0.61% | 0.41% | - |
| HSV(B) | 290.55º | 0.76% | 0.66% | - |
| XYZ | 20.07 | 10.71 | 38.05 | - |
| YUV | 87.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 168 | 0.12 | 0.76 | 0 | 0.34 | 290.55 | 0.61 | 0.41 |
| Hex | 94 | 29 | A8 | C | 4C | 0 | 22 | 123 | 3D | 29 |
| Octal | 224 | 51 | 250 | 14 | 114 | 0 | 42 | 443 | 75 | 51 |
| Binary | 10010100 | 101001 | 10101000 | 1100 | 1001100 | 0 | 100010 | 100100011 | 111101 | 101001 |
Color Harmonies of #9429A8
Complementary color
Monochromatic Colors of #9429A8
Black with #9429A8
Text Example
Text Example
White with #9429A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429A8; }
p { color: rgb(148,41,168); }
H1.HeaderClassName
{
color: #9429A8;
}
.AnyTagClassName
{
color: #9429A8;
}
</style>
background-color css
<style>
a { background-color: #9429A8; }
a { background-color: rgb(148,41,168); }
div.DivClassName
{
background-color: #9429A8;
}
.BgClassName
{
background-color: #9429A8;
}
</style>
border-color css
<style>
span { border-color: #9429A8; }
span { border-color: rgb(148,41,168); }
td.TdClassName
{
border-color: #9429A8;
}
.TagClassName
{
border-color: #9429A8;
}
</style>