Shades of Vivid Violet #9F3194
Tints of Vivid Violet #9F3194
RGB
CMYK
RGB Variations
Color information
#9F3194 (or 0x9F3194) is known color: Vivid Violet. HEX triplet: 9F, 31 and 94. RGB value is (159,49,148). Sum of RGB (Red+Green+Blue) = 159+49+148=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3194 is #60CE6B. Grayscale: #5C5C5C. Windows color (decimal): -6344300 or 9712031. OLE color: 9712031.
HSL color Cylindrical-coordinate representation of color #9F3194: hue angle of 306º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3194 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 148 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.38 |
| HSL | 306º | 0.53% | 0.41% | - |
| HSV(B) | 306º | 0.69% | 0.62% | - |
| XYZ | 20.74 | 11.71 | 29.18 | - |
| YUV | 93.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 148 | 0 | 0.69 | 0.07 | 0.38 | 306 | 0.53 | 0.41 |
| Hex | 9F | 31 | 94 | 0 | 45 | 7 | 26 | 132 | 35 | 29 |
| Octal | 237 | 61 | 224 | 0 | 105 | 7 | 46 | 462 | 65 | 51 |
| Binary | 10011111 | 110001 | 10010100 | 0 | 1000101 | 111 | 100110 | 100110010 | 110101 | 101001 |
Color Harmonies of #9F3194
Complementary color
Monochromatic Colors of #9F3194
Black with #9F3194
Text Example
Text Example
White with #9F3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3194; }
p { color: rgb(159,49,148); }
H1.HeaderClassName
{
color: #9F3194;
}
.AnyTagClassName
{
color: #9F3194;
}
</style>
background-color css
<style>
a { background-color: #9F3194; }
a { background-color: rgb(159,49,148); }
div.DivClassName
{
background-color: #9F3194;
}
.BgClassName
{
background-color: #9F3194;
}
</style>
border-color css
<style>
span { border-color: #9F3194; }
span { border-color: rgb(159,49,148); }
td.TdClassName
{
border-color: #9F3194;
}
.TagClassName
{
border-color: #9F3194;
}
</style>