Shades of Vivid Violet #9F399E
Tints of Vivid Violet #9F399E
RGB
CMYK
RGB Variations
Color information
#9F399E (or 0x9F399E) is known color: Vivid Violet. HEX triplet: 9F, 39 and 9E. RGB value is (159,57,158). Sum of RGB (Red+Green+Blue) = 159+57+158=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F399E is #60C661. Grayscale: #626262. Windows color (decimal): -6342242 or 10369439. OLE color: 10369439.
HSL color Cylindrical-coordinate representation of color #9F399E: hue angle of 300.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F399E is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 158 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.38 |
| HSL | 300.59º | 0.47% | 0.42% | - |
| HSV(B) | 300.59º | 0.64% | 0.62% | - |
| XYZ | 21.93 | 12.77 | 33.66 | - |
| YUV | 99.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 158 | 0 | 0.64 | 0.01 | 0.38 | 300.59 | 0.47 | 0.42 |
| Hex | 9F | 39 | 9E | 0 | 40 | 1 | 26 | 12D | 2F | 2A |
| Octal | 237 | 71 | 236 | 0 | 100 | 1 | 46 | 455 | 57 | 52 |
| Binary | 10011111 | 111001 | 10011110 | 0 | 1000000 | 1 | 100110 | 100101101 | 101111 | 101010 |
Color Harmonies of #9F399E
Complementary color
Monochromatic Colors of #9F399E
Black with #9F399E
Text Example
Text Example
White with #9F399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F399E; }
p { color: rgb(159,57,158); }
H1.HeaderClassName
{
color: #9F399E;
}
.AnyTagClassName
{
color: #9F399E;
}
</style>
background-color css
<style>
a { background-color: #9F399E; }
a { background-color: rgb(159,57,158); }
div.DivClassName
{
background-color: #9F399E;
}
.BgClassName
{
background-color: #9F399E;
}
</style>
border-color css
<style>
span { border-color: #9F399E; }
span { border-color: rgb(159,57,158); }
td.TdClassName
{
border-color: #9F399E;
}
.TagClassName
{
border-color: #9F399E;
}
</style>