Shades of Vivid Violet #9F3695
Tints of Vivid Violet #9F3695
RGB
CMYK
RGB Variations
Color information
#9F3695 (or 0x9F3695) is known color: Vivid Violet. HEX triplet: 9F, 36 and 95. RGB value is (159,54,149). Sum of RGB (Red+Green+Blue) = 159+54+149=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3695 is #60C96A. Grayscale: #5F5F5F. Windows color (decimal): -6343019 or 9778847. OLE color: 9778847.
HSL color Cylindrical-coordinate representation of color #9F3695: hue angle of 305.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3695 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 149 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.38 |
| HSL | 305.71º | 0.49% | 0.42% | - |
| HSV(B) | 305.71º | 0.66% | 0.62% | - |
| XYZ | 21.04 | 12.18 | 29.68 | - |
| YUV | 96.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 149 | 0 | 0.66 | 0.06 | 0.38 | 305.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 95 | 0 | 42 | 6 | 26 | 132 | 31 | 2A |
| Octal | 237 | 66 | 225 | 0 | 102 | 6 | 46 | 462 | 61 | 52 |
| Binary | 10011111 | 110110 | 10010101 | 0 | 1000010 | 110 | 100110 | 100110010 | 110001 | 101010 |
Color Harmonies of #9F3695
Complementary color
Monochromatic Colors of #9F3695
Black with #9F3695
Text Example
Text Example
White with #9F3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3695; }
p { color: rgb(159,54,149); }
H1.HeaderClassName
{
color: #9F3695;
}
.AnyTagClassName
{
color: #9F3695;
}
</style>
background-color css
<style>
a { background-color: #9F3695; }
a { background-color: rgb(159,54,149); }
div.DivClassName
{
background-color: #9F3695;
}
.BgClassName
{
background-color: #9F3695;
}
</style>
border-color css
<style>
span { border-color: #9F3695; }
span { border-color: rgb(159,54,149); }
td.TdClassName
{
border-color: #9F3695;
}
.TagClassName
{
border-color: #9F3695;
}
</style>