Shades of Vivid Violet #9F389F
Tints of Vivid Violet #9F389F
RGB
CMYK
RGB Variations
Color information
#9F389F (or 0x9F389F) is known color: Vivid Violet. HEX triplet: 9F, 38 and 9F. RGB value is (159,56,159). Sum of RGB (Red+Green+Blue) = 159+56+159=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F389F is #60C760. Grayscale: #626262. Windows color (decimal): -6342497 or 10434719. OLE color: 10434719.
HSL color Cylindrical-coordinate representation of color #9F389F: hue angle of 300º degrees, saturation: 0.48, 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 #9F389F is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 159 | - |
| CMYK | 0 | 0.65 | 0 | 0.38 |
| HSL | 300º | 0.48% | 0.42% | - |
| HSV(B) | 300º | 0.65% | 0.62% | - |
| XYZ | 21.97 | 12.7 | 34.09 | - |
| YUV | 98.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 159 | 0 | 0.65 | 0 | 0.38 | 300 | 0.48 | 0.42 |
| Hex | 9F | 38 | 9F | 0 | 41 | 0 | 26 | 12C | 30 | 2A |
| Octal | 237 | 70 | 237 | 0 | 101 | 0 | 46 | 454 | 60 | 52 |
| Binary | 10011111 | 111000 | 10011111 | 0 | 1000001 | 0 | 100110 | 100101100 | 110000 | 101010 |
Color Harmonies of #9F389F
Complementary color
Monochromatic Colors of #9F389F
Black with #9F389F
Text Example
Text Example
White with #9F389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F389F; }
p { color: rgb(159,56,159); }
H1.HeaderClassName
{
color: #9F389F;
}
.AnyTagClassName
{
color: #9F389F;
}
</style>
background-color css
<style>
a { background-color: #9F389F; }
a { background-color: rgb(159,56,159); }
div.DivClassName
{
background-color: #9F389F;
}
.BgClassName
{
background-color: #9F389F;
}
</style>
border-color css
<style>
span { border-color: #9F389F; }
span { border-color: rgb(159,56,159); }
td.TdClassName
{
border-color: #9F389F;
}
.TagClassName
{
border-color: #9F389F;
}
</style>