Shades of Vivid Violet #942997
Tints of Vivid Violet #942997
RGB
CMYK
RGB Variations
Color information
#942997 (or 0x942997) is known color: Vivid Violet. HEX triplet: 94, 29 and 97. RGB value is (148,41,151). Sum of RGB (Red+Green+Blue) = 148+41+151=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #942997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942997 is #6BD668. Grayscale: #555555. Windows color (decimal): -7067241 or 9906580. OLE color: 9906580.
HSL color Cylindrical-coordinate representation of color #942997: hue angle of 298.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942997 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 41 | 151 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.41 |
| HSL | 298.36º | 0.57% | 0.38% | - |
| HSV(B) | 298.36º | 0.73% | 0.59% | - |
| XYZ | 18.59 | 10.12 | 30.25 | - |
| YUV | 85.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 151 | 0.02 | 0.73 | 0 | 0.41 | 298.36 | 0.57 | 0.38 |
| Hex | 94 | 29 | 97 | 2 | 49 | 0 | 29 | 12A | 39 | 26 |
| Octal | 224 | 51 | 227 | 2 | 111 | 0 | 51 | 452 | 71 | 46 |
| Binary | 10010100 | 101001 | 10010111 | 10 | 1001001 | 0 | 101001 | 100101010 | 111001 | 100110 |
Color Harmonies of #942997
Complementary color
Monochromatic Colors of #942997
Black with #942997
Text Example
Text Example
White with #942997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942997; }
p { color: rgb(148,41,151); }
H1.HeaderClassName
{
color: #942997;
}
.AnyTagClassName
{
color: #942997;
}
</style>
background-color css
<style>
a { background-color: #942997; }
a { background-color: rgb(148,41,151); }
div.DivClassName
{
background-color: #942997;
}
.BgClassName
{
background-color: #942997;
}
</style>
border-color css
<style>
span { border-color: #942997; }
span { border-color: rgb(148,41,151); }
td.TdClassName
{
border-color: #942997;
}
.TagClassName
{
border-color: #942997;
}
</style>