Shades of Vivid Violet #942DA8
Tints of Vivid Violet #942DA8
RGB
CMYK
RGB Variations
Color information
#942DA8 (or 0x942DA8) is known color: Vivid Violet. HEX triplet: 94, 2D and A8. RGB value is (148,45,168). Sum of RGB (Red+Green+Blue) = 148+45+168=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #942DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942DA8 is #6BD257. Grayscale: #595959. Windows color (decimal): -7066200 or 11021716. OLE color: 11021716.
HSL color Cylindrical-coordinate representation of color #942DA8: hue angle of 290.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942DA8 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 45 | 168 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.34 |
| HSL | 290.24º | 0.58% | 0.42% | - |
| HSV(B) | 290.24º | 0.73% | 0.66% | - |
| XYZ | 20.22 | 11 | 38.1 | - |
| YUV | 89.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 168 | 0.12 | 0.73 | 0 | 0.34 | 290.24 | 0.58 | 0.42 |
| Hex | 94 | 2D | A8 | C | 49 | 0 | 22 | 122 | 3A | 2A |
| Octal | 224 | 55 | 250 | 14 | 111 | 0 | 42 | 442 | 72 | 52 |
| Binary | 10010100 | 101101 | 10101000 | 1100 | 1001001 | 0 | 100010 | 100100010 | 111010 | 101010 |
Color Harmonies of #942DA8
Complementary color
Monochromatic Colors of #942DA8
Black with #942DA8
Text Example
Text Example
White with #942DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DA8; }
p { color: rgb(148,45,168); }
H1.HeaderClassName
{
color: #942DA8;
}
.AnyTagClassName
{
color: #942DA8;
}
</style>
background-color css
<style>
a { background-color: #942DA8; }
a { background-color: rgb(148,45,168); }
div.DivClassName
{
background-color: #942DA8;
}
.BgClassName
{
background-color: #942DA8;
}
</style>
border-color css
<style>
span { border-color: #942DA8; }
span { border-color: rgb(148,45,168); }
td.TdClassName
{
border-color: #942DA8;
}
.TagClassName
{
border-color: #942DA8;
}
</style>