Shades of Vivid Violet #9F369F
Tints of Vivid Violet #9F369F
RGB
CMYK
RGB Variations
Color information
#9F369F (or 0x9F369F) is known color: Vivid Violet. HEX triplet: 9F, 36 and 9F. RGB value is (159,54,159). Sum of RGB (Red+Green+Blue) = 159+54+159=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F369F is #60C960. Grayscale: #616161. Windows color (decimal): -6343009 or 10434207. OLE color: 10434207.
HSL color Cylindrical-coordinate representation of color #9F369F: hue angle of 300º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F369F is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 159 | - |
| CMYK | 0 | 0.66 | 0 | 0.38 |
| HSL | 300º | 0.49% | 0.42% | - |
| HSV(B) | 300º | 0.66% | 0.62% | - |
| XYZ | 21.88 | 12.51 | 34.06 | - |
| YUV | 97.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 159 | 0 | 0.66 | 0 | 0.38 | 300 | 0.49 | 0.42 |
| Hex | 9F | 36 | 9F | 0 | 42 | 0 | 26 | 12C | 31 | 2A |
| Octal | 237 | 66 | 237 | 0 | 102 | 0 | 46 | 454 | 61 | 52 |
| Binary | 10011111 | 110110 | 10011111 | 0 | 1000010 | 0 | 100110 | 100101100 | 110001 | 101010 |
Color Harmonies of #9F369F
Complementary color
Monochromatic Colors of #9F369F
Black with #9F369F
Text Example
Text Example
White with #9F369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F369F; }
p { color: rgb(159,54,159); }
H1.HeaderClassName
{
color: #9F369F;
}
.AnyTagClassName
{
color: #9F369F;
}
</style>
background-color css
<style>
a { background-color: #9F369F; }
a { background-color: rgb(159,54,159); }
div.DivClassName
{
background-color: #9F369F;
}
.BgClassName
{
background-color: #9F369F;
}
</style>
border-color css
<style>
span { border-color: #9F369F; }
span { border-color: rgb(159,54,159); }
td.TdClassName
{
border-color: #9F369F;
}
.TagClassName
{
border-color: #9F369F;
}
</style>