Shades of Vivid Violet #942AA6
Tints of Vivid Violet #942AA6
RGB
CMYK
RGB Variations
Color information
#942AA6 (or 0x942AA6) is known color: Vivid Violet. HEX triplet: 94, 2A and A6. RGB value is (148,42,166). Sum of RGB (Red+Green+Blue) = 148+42+166=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #942AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942AA6 is #6BD559. Grayscale: #575757. Windows color (decimal): -7066970 or 10889876. OLE color: 10889876.
HSL color Cylindrical-coordinate representation of color #942AA6: hue angle of 291.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942AA6 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 42 | 166 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.35 |
| HSL | 291.29º | 0.6% | 0.41% | - |
| HSV(B) | 291.29º | 0.75% | 0.65% | - |
| XYZ | 19.92 | 10.71 | 37.09 | - |
| YUV | 87.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 166 | 0.11 | 0.75 | 0 | 0.35 | 291.29 | 0.6 | 0.41 |
| Hex | 94 | 2A | A6 | B | 4B | 0 | 23 | 123 | 3C | 29 |
| Octal | 224 | 52 | 246 | 13 | 113 | 0 | 43 | 443 | 74 | 51 |
| Binary | 10010100 | 101010 | 10100110 | 1011 | 1001011 | 0 | 100011 | 100100011 | 111100 | 101001 |
Color Harmonies of #942AA6
Complementary color
Monochromatic Colors of #942AA6
Black with #942AA6
Text Example
Text Example
White with #942AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AA6; }
p { color: rgb(148,42,166); }
H1.HeaderClassName
{
color: #942AA6;
}
.AnyTagClassName
{
color: #942AA6;
}
</style>
background-color css
<style>
a { background-color: #942AA6; }
a { background-color: rgb(148,42,166); }
div.DivClassName
{
background-color: #942AA6;
}
.BgClassName
{
background-color: #942AA6;
}
</style>
border-color css
<style>
span { border-color: #942AA6; }
span { border-color: rgb(148,42,166); }
td.TdClassName
{
border-color: #942AA6;
}
.TagClassName
{
border-color: #942AA6;
}
</style>