Shades of Vivid Violet #9F3396
Tints of Vivid Violet #9F3396
RGB
CMYK
RGB Variations
Color information
#9F3396 (or 0x9F3396) is known color: Vivid Violet. HEX triplet: 9F, 33 and 96. RGB value is (159,51,150). Sum of RGB (Red+Green+Blue) = 159+51+150=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3396 is #60CC69. Grayscale: #5E5E5E. Windows color (decimal): -6343786 or 9843615. OLE color: 9843615.
HSL color Cylindrical-coordinate representation of color #9F3396: hue angle of 305º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3396 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 150 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.38 |
| HSL | 305º | 0.51% | 0.41% | - |
| HSV(B) | 305º | 0.68% | 0.62% | - |
| XYZ | 20.99 | 11.94 | 30.05 | - |
| YUV | 94.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 150 | 0 | 0.68 | 0.06 | 0.38 | 305 | 0.51 | 0.41 |
| Hex | 9F | 33 | 96 | 0 | 44 | 6 | 26 | 131 | 33 | 29 |
| Octal | 237 | 63 | 226 | 0 | 104 | 6 | 46 | 461 | 63 | 51 |
| Binary | 10011111 | 110011 | 10010110 | 0 | 1000100 | 110 | 100110 | 100110001 | 110011 | 101001 |
Color Harmonies of #9F3396
Complementary color
Monochromatic Colors of #9F3396
Black with #9F3396
Text Example
Text Example
White with #9F3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3396; }
p { color: rgb(159,51,150); }
H1.HeaderClassName
{
color: #9F3396;
}
.AnyTagClassName
{
color: #9F3396;
}
</style>
background-color css
<style>
a { background-color: #9F3396; }
a { background-color: rgb(159,51,150); }
div.DivClassName
{
background-color: #9F3396;
}
.BgClassName
{
background-color: #9F3396;
}
</style>
border-color css
<style>
span { border-color: #9F3396; }
span { border-color: rgb(159,51,150); }
td.TdClassName
{
border-color: #9F3396;
}
.TagClassName
{
border-color: #9F3396;
}
</style>