Shades of Vivid Violet #942FAB
Tints of Vivid Violet #942FAB
RGB
CMYK
RGB Variations
Color information
#942FAB (or 0x942FAB) is known color: Vivid Violet. HEX triplet: 94, 2F and AB. RGB value is (148,47,171). Sum of RGB (Red+Green+Blue) = 148+47+171=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #942FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FAB is #6BD054. Grayscale: #5A5A5A. Windows color (decimal): -7065685 or 11218836. OLE color: 11218836.
HSL color Cylindrical-coordinate representation of color #942FAB: hue angle of 288.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942FAB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 47 | 171 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.33 |
| HSL | 288.87º | 0.57% | 0.43% | - |
| HSV(B) | 288.87º | 0.73% | 0.67% | - |
| XYZ | 20.58 | 11.27 | 39.62 | - |
| YUV | 91.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 171 | 0.13 | 0.73 | 0 | 0.33 | 288.87 | 0.57 | 0.43 |
| Hex | 94 | 2F | AB | D | 49 | 0 | 21 | 121 | 39 | 2B |
| Octal | 224 | 57 | 253 | 15 | 111 | 0 | 41 | 441 | 71 | 53 |
| Binary | 10010100 | 101111 | 10101011 | 1101 | 1001001 | 0 | 100001 | 100100001 | 111001 | 101011 |
Color Harmonies of #942FAB
Complementary color
Monochromatic Colors of #942FAB
Black with #942FAB
Text Example
Text Example
White with #942FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FAB; }
p { color: rgb(148,47,171); }
H1.HeaderClassName
{
color: #942FAB;
}
.AnyTagClassName
{
color: #942FAB;
}
</style>
background-color css
<style>
a { background-color: #942FAB; }
a { background-color: rgb(148,47,171); }
div.DivClassName
{
background-color: #942FAB;
}
.BgClassName
{
background-color: #942FAB;
}
</style>
border-color css
<style>
span { border-color: #942FAB; }
span { border-color: rgb(148,47,171); }
td.TdClassName
{
border-color: #942FAB;
}
.TagClassName
{
border-color: #942FAB;
}
</style>