Shades of Vivid Violet #9F32A3
Tints of Vivid Violet #9F32A3
RGB
CMYK
RGB Variations
Color information
#9F32A3 (or 0x9F32A3) is known color: Vivid Violet. HEX triplet: 9F, 32 and A3. RGB value is (159,50,163). Sum of RGB (Red+Green+Blue) = 159+50+163=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F32A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F32A3 is #60CD5C. Grayscale: #5F5F5F. Windows color (decimal): -6344029 or 10695327. OLE color: 10695327.
HSL color Cylindrical-coordinate representation of color #9F32A3: hue angle of 297.88º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F32A3 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 50 | 163 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.36 |
| HSL | 297.88º | 0.53% | 0.42% | - |
| HSV(B) | 297.88º | 0.69% | 0.64% | - |
| XYZ | 22.05 | 12.3 | 35.86 | - |
| YUV | 95.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 163 | 0.02 | 0.69 | 0 | 0.36 | 297.88 | 0.53 | 0.42 |
| Hex | 9F | 32 | A3 | 2 | 45 | 0 | 24 | 12A | 35 | 2A |
| Octal | 237 | 62 | 243 | 2 | 105 | 0 | 44 | 452 | 65 | 52 |
| Binary | 10011111 | 110010 | 10100011 | 10 | 1000101 | 0 | 100100 | 100101010 | 110101 | 101010 |
Color Harmonies of #9F32A3
Complementary color
Monochromatic Colors of #9F32A3
Black with #9F32A3
Text Example
Text Example
White with #9F32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F32A3; }
p { color: rgb(159,50,163); }
H1.HeaderClassName
{
color: #9F32A3;
}
.AnyTagClassName
{
color: #9F32A3;
}
</style>
background-color css
<style>
a { background-color: #9F32A3; }
a { background-color: rgb(159,50,163); }
div.DivClassName
{
background-color: #9F32A3;
}
.BgClassName
{
background-color: #9F32A3;
}
</style>
border-color css
<style>
span { border-color: #9F32A3; }
span { border-color: rgb(159,50,163); }
td.TdClassName
{
border-color: #9F32A3;
}
.TagClassName
{
border-color: #9F32A3;
}
</style>