Shades of Vivid Violet #942B9F
Tints of Vivid Violet #942B9F
RGB
CMYK
RGB Variations
Color information
#942B9F (or 0x942B9F) is known color: Vivid Violet. HEX triplet: 94, 2B and 9F. RGB value is (148,43,159). Sum of RGB (Red+Green+Blue) = 148+43+159=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #942B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942B9F is #6BD460. Grayscale: #575757. Windows color (decimal): -7066721 or 10431380. OLE color: 10431380.
HSL color Cylindrical-coordinate representation of color #942B9F: hue angle of 294.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942B9F is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 43 | 159 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.38 |
| HSL | 294.31º | 0.57% | 0.4% | - |
| HSV(B) | 294.31º | 0.73% | 0.62% | - |
| XYZ | 19.33 | 10.53 | 33.81 | - |
| YUV | 87.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 159 | 0.07 | 0.73 | 0 | 0.38 | 294.31 | 0.57 | 0.4 |
| Hex | 94 | 2B | 9F | 7 | 49 | 0 | 26 | 126 | 39 | 28 |
| Octal | 224 | 53 | 237 | 7 | 111 | 0 | 46 | 446 | 71 | 50 |
| Binary | 10010100 | 101011 | 10011111 | 111 | 1001001 | 0 | 100110 | 100100110 | 111001 | 101000 |
Color Harmonies of #942B9F
Complementary color
Monochromatic Colors of #942B9F
Black with #942B9F
Text Example
Text Example
White with #942B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B9F; }
p { color: rgb(148,43,159); }
H1.HeaderClassName
{
color: #942B9F;
}
.AnyTagClassName
{
color: #942B9F;
}
</style>
background-color css
<style>
a { background-color: #942B9F; }
a { background-color: rgb(148,43,159); }
div.DivClassName
{
background-color: #942B9F;
}
.BgClassName
{
background-color: #942B9F;
}
</style>
border-color css
<style>
span { border-color: #942B9F; }
span { border-color: rgb(148,43,159); }
td.TdClassName
{
border-color: #942B9F;
}
.TagClassName
{
border-color: #942B9F;
}
</style>