Shades of Vivid Violet #942BA9
Tints of Vivid Violet #942BA9
RGB
CMYK
RGB Variations
Color information
#942BA9 (or 0x942BA9) is known color: Vivid Violet. HEX triplet: 94, 2B and A9. RGB value is (148,43,169). Sum of RGB (Red+Green+Blue) = 148+43+169=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #942BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942BA9 is #6BD456. Grayscale: #585858. Windows color (decimal): -7066711 or 11086740. OLE color: 11086740.
HSL color Cylindrical-coordinate representation of color #942BA9: hue angle of 290º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942BA9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 43 | 169 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.34 |
| HSL | 290º | 0.59% | 0.42% | - |
| HSV(B) | 290º | 0.75% | 0.66% | - |
| XYZ | 20.24 | 10.89 | 38.57 | - |
| YUV | 88.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 169 | 0.12 | 0.75 | 0 | 0.34 | 290 | 0.59 | 0.42 |
| Hex | 94 | 2B | A9 | C | 4B | 0 | 22 | 122 | 3B | 2A |
| Octal | 224 | 53 | 251 | 14 | 113 | 0 | 42 | 442 | 73 | 52 |
| Binary | 10010100 | 101011 | 10101001 | 1100 | 1001011 | 0 | 100010 | 100100010 | 111011 | 101010 |
Color Harmonies of #942BA9
Complementary color
Monochromatic Colors of #942BA9
Black with #942BA9
Text Example
Text Example
White with #942BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BA9; }
p { color: rgb(148,43,169); }
H1.HeaderClassName
{
color: #942BA9;
}
.AnyTagClassName
{
color: #942BA9;
}
</style>
background-color css
<style>
a { background-color: #942BA9; }
a { background-color: rgb(148,43,169); }
div.DivClassName
{
background-color: #942BA9;
}
.BgClassName
{
background-color: #942BA9;
}
</style>
border-color css
<style>
span { border-color: #942BA9; }
span { border-color: rgb(148,43,169); }
td.TdClassName
{
border-color: #942BA9;
}
.TagClassName
{
border-color: #942BA9;
}
</style>