Shades of Vivid Violet #9F279C
Tints of Vivid Violet #9F279C
RGB
CMYK
RGB Variations
Color information
#9F279C (or 0x9F279C) is known color: Vivid Violet. HEX triplet: 9F, 27 and 9C. RGB value is (159,39,156). Sum of RGB (Red+Green+Blue) = 159+39+156=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F279C is #60D863. Grayscale: #575757. Windows color (decimal): -6346852 or 10233759. OLE color: 10233759.
HSL color Cylindrical-coordinate representation of color #9F279C: hue angle of 301.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F279C is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 156 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.38 |
| HSL | 301.5º | 0.61% | 0.39% | - |
| HSV(B) | 301.5º | 0.75% | 0.62% | - |
| XYZ | 21.02 | 11.22 | 32.51 | - |
| YUV | 88.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 156 | 0 | 0.75 | 0.02 | 0.38 | 301.5 | 0.61 | 0.39 |
| Hex | 9F | 27 | 9C | 0 | 4B | 2 | 26 | 12E | 3D | 27 |
| Octal | 237 | 47 | 234 | 0 | 113 | 2 | 46 | 456 | 75 | 47 |
| Binary | 10011111 | 100111 | 10011100 | 0 | 1001011 | 10 | 100110 | 100101110 | 111101 | 100111 |
Color Harmonies of #9F279C
Complementary color
Monochromatic Colors of #9F279C
Black with #9F279C
Text Example
Text Example
White with #9F279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F279C; }
p { color: rgb(159,39,156); }
H1.HeaderClassName
{
color: #9F279C;
}
.AnyTagClassName
{
color: #9F279C;
}
</style>
background-color css
<style>
a { background-color: #9F279C; }
a { background-color: rgb(159,39,156); }
div.DivClassName
{
background-color: #9F279C;
}
.BgClassName
{
background-color: #9F279C;
}
</style>
border-color css
<style>
span { border-color: #9F279C; }
span { border-color: rgb(159,39,156); }
td.TdClassName
{
border-color: #9F279C;
}
.TagClassName
{
border-color: #9F279C;
}
</style>