Shades of Vivid Violet #9F309D
Tints of Vivid Violet #9F309D
RGB
CMYK
RGB Variations
Color information
#9F309D (or 0x9F309D) is known color: Vivid Violet. HEX triplet: 9F, 30 and 9D. RGB value is (159,48,157). Sum of RGB (Red+Green+Blue) = 159+48+157=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F309D is #60CF62. Grayscale: #5D5D5D. Windows color (decimal): -6344547 or 10301599. OLE color: 10301599.
HSL color Cylindrical-coordinate representation of color #9F309D: hue angle of 301.08º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F309D is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 157 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.38 |
| HSL | 301.08º | 0.54% | 0.41% | - |
| HSV(B) | 301.08º | 0.7% | 0.62% | - |
| XYZ | 21.44 | 11.92 | 33.07 | - |
| YUV | 93.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 157 | 0 | 0.70 | 0.01 | 0.38 | 301.08 | 0.54 | 0.41 |
| Hex | 9F | 30 | 9D | 0 | 46 | 1 | 26 | 12D | 36 | 29 |
| Octal | 237 | 60 | 235 | 0 | 106 | 1 | 46 | 455 | 66 | 51 |
| Binary | 10011111 | 110000 | 10011101 | 0 | 1000110 | 1 | 100110 | 100101101 | 110110 | 101001 |
Color Harmonies of #9F309D
Complementary color
Monochromatic Colors of #9F309D
Black with #9F309D
Text Example
Text Example
White with #9F309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F309D; }
p { color: rgb(159,48,157); }
H1.HeaderClassName
{
color: #9F309D;
}
.AnyTagClassName
{
color: #9F309D;
}
</style>
background-color css
<style>
a { background-color: #9F309D; }
a { background-color: rgb(159,48,157); }
div.DivClassName
{
background-color: #9F309D;
}
.BgClassName
{
background-color: #9F309D;
}
</style>
border-color css
<style>
span { border-color: #9F309D; }
span { border-color: rgb(159,48,157); }
td.TdClassName
{
border-color: #9F309D;
}
.TagClassName
{
border-color: #9F309D;
}
</style>