Shades of Vivid Violet #942AAB
Tints of Vivid Violet #942AAB
RGB
CMYK
RGB Variations
Color information
#942AAB (or 0x942AAB) is known color: Vivid Violet. HEX triplet: 94, 2A and AB. RGB value is (148,42,171). Sum of RGB (Red+Green+Blue) = 148+42+171=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #942AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942AAB is #6BD554. Grayscale: #575757. Windows color (decimal): -7066965 or 11217556. OLE color: 11217556.
HSL color Cylindrical-coordinate representation of color #942AAB: hue angle of 289.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942AAB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 42 | 171 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.33 |
| HSL | 289.3º | 0.61% | 0.42% | - |
| HSV(B) | 289.3º | 0.75% | 0.67% | - |
| XYZ | 20.39 | 10.89 | 39.56 | - |
| YUV | 88.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 171 | 0.13 | 0.75 | 0 | 0.33 | 289.3 | 0.61 | 0.42 |
| Hex | 94 | 2A | AB | D | 4B | 0 | 21 | 121 | 3D | 2A |
| Octal | 224 | 52 | 253 | 15 | 113 | 0 | 41 | 441 | 75 | 52 |
| Binary | 10010100 | 101010 | 10101011 | 1101 | 1001011 | 0 | 100001 | 100100001 | 111101 | 101010 |
Color Harmonies of #942AAB
Complementary color
Monochromatic Colors of #942AAB
Black with #942AAB
Text Example
Text Example
White with #942AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AAB; }
p { color: rgb(148,42,171); }
H1.HeaderClassName
{
color: #942AAB;
}
.AnyTagClassName
{
color: #942AAB;
}
</style>
background-color css
<style>
a { background-color: #942AAB; }
a { background-color: rgb(148,42,171); }
div.DivClassName
{
background-color: #942AAB;
}
.BgClassName
{
background-color: #942AAB;
}
</style>
border-color css
<style>
span { border-color: #942AAB; }
span { border-color: rgb(148,42,171); }
td.TdClassName
{
border-color: #942AAB;
}
.TagClassName
{
border-color: #942AAB;
}
</style>