Shades of Vivid Violet #942A9A
Tints of Vivid Violet #942A9A
RGB
CMYK
RGB Variations
Color information
#942A9A (or 0x942A9A) is known color: Vivid Violet. HEX triplet: 94, 2A and 9A. RGB value is (148,42,154). Sum of RGB (Red+Green+Blue) = 148+42+154=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #942A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942A9A is #6BD565. Grayscale: #565656. Windows color (decimal): -7066982 or 10103444. OLE color: 10103444.
HSL color Cylindrical-coordinate representation of color #942A9A: hue angle of 296.79º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942A9A is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 42 | 154 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.40 |
| HSL | 296.79º | 0.57% | 0.38% | - |
| HSV(B) | 296.79º | 0.73% | 0.6% | - |
| XYZ | 18.87 | 10.28 | 31.56 | - |
| YUV | 86.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 154 | 0.04 | 0.73 | 0 | 0.40 | 296.79 | 0.57 | 0.38 |
| Hex | 94 | 2A | 9A | 4 | 49 | 0 | 28 | 129 | 39 | 26 |
| Octal | 224 | 52 | 232 | 4 | 111 | 0 | 50 | 451 | 71 | 46 |
| Binary | 10010100 | 101010 | 10011010 | 100 | 1001001 | 0 | 101000 | 100101001 | 111001 | 100110 |
Color Harmonies of #942A9A
Complementary color
Monochromatic Colors of #942A9A
Black with #942A9A
Text Example
Text Example
White with #942A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A9A; }
p { color: rgb(148,42,154); }
H1.HeaderClassName
{
color: #942A9A;
}
.AnyTagClassName
{
color: #942A9A;
}
</style>
background-color css
<style>
a { background-color: #942A9A; }
a { background-color: rgb(148,42,154); }
div.DivClassName
{
background-color: #942A9A;
}
.BgClassName
{
background-color: #942A9A;
}
</style>
border-color css
<style>
span { border-color: #942A9A; }
span { border-color: rgb(148,42,154); }
td.TdClassName
{
border-color: #942A9A;
}
.TagClassName
{
border-color: #942A9A;
}
</style>