Shades of Vivid Violet #9F379B
Tints of Vivid Violet #9F379B
RGB
CMYK
RGB Variations
Color information
#9F379B (or 0x9F379B) is known color: Vivid Violet. HEX triplet: 9F, 37 and 9B. RGB value is (159,55,155). Sum of RGB (Red+Green+Blue) = 159+55+155=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F379B is #60C864. Grayscale: #616161. Windows color (decimal): -6342757 or 10172319. OLE color: 10172319.
HSL color Cylindrical-coordinate representation of color #9F379B: hue angle of 302.31º 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 #9F379B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 155 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.38 |
| HSL | 302.31º | 0.49% | 0.42% | - |
| HSV(B) | 302.31º | 0.65% | 0.62% | - |
| XYZ | 21.58 | 12.47 | 32.28 | - |
| YUV | 97.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 155 | 0 | 0.65 | 0.03 | 0.38 | 302.31 | 0.49 | 0.42 |
| Hex | 9F | 37 | 9B | 0 | 41 | 3 | 26 | 12E | 31 | 2A |
| Octal | 237 | 67 | 233 | 0 | 101 | 3 | 46 | 456 | 61 | 52 |
| Binary | 10011111 | 110111 | 10011011 | 0 | 1000001 | 11 | 100110 | 100101110 | 110001 | 101010 |
Color Harmonies of #9F379B
Complementary color
Monochromatic Colors of #9F379B
Black with #9F379B
Text Example
Text Example
White with #9F379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F379B; }
p { color: rgb(159,55,155); }
H1.HeaderClassName
{
color: #9F379B;
}
.AnyTagClassName
{
color: #9F379B;
}
</style>
background-color css
<style>
a { background-color: #9F379B; }
a { background-color: rgb(159,55,155); }
div.DivClassName
{
background-color: #9F379B;
}
.BgClassName
{
background-color: #9F379B;
}
</style>
border-color css
<style>
span { border-color: #9F379B; }
span { border-color: rgb(159,55,155); }
td.TdClassName
{
border-color: #9F379B;
}
.TagClassName
{
border-color: #9F379B;
}
</style>