Shades of Vivid Violet #9F329E
Tints of Vivid Violet #9F329E
RGB
CMYK
RGB Variations
Color information
#9F329E (or 0x9F329E) is known color: Vivid Violet. HEX triplet: 9F, 32 and 9E. RGB value is (159,50,158). Sum of RGB (Red+Green+Blue) = 159+50+158=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F329E is #60CD61. Grayscale: #5E5E5E. Windows color (decimal): -6344034 or 10367647. OLE color: 10367647.
HSL color Cylindrical-coordinate representation of color #9F329E: hue angle of 300.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F329E is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 158 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.38 |
| HSL | 300.55º | 0.52% | 0.41% | - |
| HSV(B) | 300.55º | 0.69% | 0.62% | - |
| XYZ | 21.61 | 12.12 | 33.55 | - |
| YUV | 94.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 158 | 0 | 0.69 | 0.01 | 0.38 | 300.55 | 0.52 | 0.41 |
| Hex | 9F | 32 | 9E | 0 | 45 | 1 | 26 | 12D | 34 | 29 |
| Octal | 237 | 62 | 236 | 0 | 105 | 1 | 46 | 455 | 64 | 51 |
| Binary | 10011111 | 110010 | 10011110 | 0 | 1000101 | 1 | 100110 | 100101101 | 110100 | 101001 |
Color Harmonies of #9F329E
Complementary color
Monochromatic Colors of #9F329E
Black with #9F329E
Text Example
Text Example
White with #9F329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F329E; }
p { color: rgb(159,50,158); }
H1.HeaderClassName
{
color: #9F329E;
}
.AnyTagClassName
{
color: #9F329E;
}
</style>
background-color css
<style>
a { background-color: #9F329E; }
a { background-color: rgb(159,50,158); }
div.DivClassName
{
background-color: #9F329E;
}
.BgClassName
{
background-color: #9F329E;
}
</style>
border-color css
<style>
span { border-color: #9F329E; }
span { border-color: rgb(159,50,158); }
td.TdClassName
{
border-color: #9F329E;
}
.TagClassName
{
border-color: #9F329E;
}
</style>