Shades of Vivid Violet #9F3795
Tints of Vivid Violet #9F3795
RGB
CMYK
RGB Variations
Color information
#9F3795 (or 0x9F3795) is known color: Vivid Violet. HEX triplet: 9F, 37 and 95. RGB value is (159,55,149). Sum of RGB (Red+Green+Blue) = 159+55+149=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3795 is #60C86A. Grayscale: #606060. Windows color (decimal): -6342763 or 9779103. OLE color: 9779103.
HSL color Cylindrical-coordinate representation of color #9F3795: hue angle of 305.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3795 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 149 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.38 |
| HSL | 305.77º | 0.49% | 0.42% | - |
| HSV(B) | 305.77º | 0.65% | 0.62% | - |
| XYZ | 21.09 | 12.27 | 29.69 | - |
| YUV | 96.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 149 | 0 | 0.65 | 0.06 | 0.38 | 305.77 | 0.49 | 0.42 |
| Hex | 9F | 37 | 95 | 0 | 41 | 6 | 26 | 132 | 31 | 2A |
| Octal | 237 | 67 | 225 | 0 | 101 | 6 | 46 | 462 | 61 | 52 |
| Binary | 10011111 | 110111 | 10010101 | 0 | 1000001 | 110 | 100110 | 100110010 | 110001 | 101010 |
Color Harmonies of #9F3795
Complementary color
Monochromatic Colors of #9F3795
Black with #9F3795
Text Example
Text Example
White with #9F3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3795; }
p { color: rgb(159,55,149); }
H1.HeaderClassName
{
color: #9F3795;
}
.AnyTagClassName
{
color: #9F3795;
}
</style>
background-color css
<style>
a { background-color: #9F3795; }
a { background-color: rgb(159,55,149); }
div.DivClassName
{
background-color: #9F3795;
}
.BgClassName
{
background-color: #9F3795;
}
</style>
border-color css
<style>
span { border-color: #9F3795; }
span { border-color: rgb(159,55,149); }
td.TdClassName
{
border-color: #9F3795;
}
.TagClassName
{
border-color: #9F3795;
}
</style>