Shades of Vivid Violet #9F369C
Tints of Vivid Violet #9F369C
RGB
CMYK
RGB Variations
Color information
#9F369C (or 0x9F369C) is known color: Vivid Violet. HEX triplet: 9F, 36 and 9C. RGB value is (159,54,156). Sum of RGB (Red+Green+Blue) = 159+54+156=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F369C is #60C963. Grayscale: #606060. Windows color (decimal): -6343012 or 10237599. OLE color: 10237599.
HSL color Cylindrical-coordinate representation of color #9F369C: hue angle of 301.71º 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 #9F369C is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 156 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.38 |
| HSL | 301.71º | 0.49% | 0.42% | - |
| HSV(B) | 301.71º | 0.66% | 0.62% | - |
| XYZ | 21.62 | 12.41 | 32.71 | - |
| YUV | 97.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 156 | 0 | 0.66 | 0.02 | 0.38 | 301.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 9C | 0 | 42 | 2 | 26 | 12E | 31 | 2A |
| Octal | 237 | 66 | 234 | 0 | 102 | 2 | 46 | 456 | 61 | 52 |
| Binary | 10011111 | 110110 | 10011100 | 0 | 1000010 | 10 | 100110 | 100101110 | 110001 | 101010 |
Color Harmonies of #9F369C
Complementary color
Monochromatic Colors of #9F369C
Black with #9F369C
Text Example
Text Example
White with #9F369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F369C; }
p { color: rgb(159,54,156); }
H1.HeaderClassName
{
color: #9F369C;
}
.AnyTagClassName
{
color: #9F369C;
}
</style>
background-color css
<style>
a { background-color: #9F369C; }
a { background-color: rgb(159,54,156); }
div.DivClassName
{
background-color: #9F369C;
}
.BgClassName
{
background-color: #9F369C;
}
</style>
border-color css
<style>
span { border-color: #9F369C; }
span { border-color: rgb(159,54,156); }
td.TdClassName
{
border-color: #9F369C;
}
.TagClassName
{
border-color: #9F369C;
}
</style>