Shades of Violet Blue #9F409C
Tints of Violet Blue #9F409C
RGB
CMYK
RGB Variations
Color information
#9F409C (or 0x9F409C) is known color: Violet Blue. HEX triplet: 9F, 40 and 9C. RGB value is (159,64,156). Sum of RGB (Red+Green+Blue) = 159+64+156=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F409C is #60BF63. Grayscale: #666666. Windows color (decimal): -6340452 or 10240159. OLE color: 10240159.
HSL color Cylindrical-coordinate representation of color #9F409C: hue angle of 301.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F409C is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 156 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.38 |
| HSL | 301.89º | 0.43% | 0.44% | - |
| HSV(B) | 301.89º | 0.6% | 0.62% | - |
| XYZ | 22.13 | 13.44 | 32.88 | - |
| YUV | 102.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 156 | 0 | 0.60 | 0.02 | 0.38 | 301.89 | 0.43 | 0.44 |
| Hex | 9F | 40 | 9C | 0 | 3C | 2 | 26 | 12E | 2B | 2C |
| Octal | 237 | 100 | 234 | 0 | 74 | 2 | 46 | 456 | 53 | 54 |
| Binary | 10011111 | 1000000 | 10011100 | 0 | 111100 | 10 | 100110 | 100101110 | 101011 | 101100 |
Color Harmonies of #9F409C
Complementary color
Monochromatic Colors of #9F409C
Black with #9F409C
Text Example
Text Example
White with #9F409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F409C; }
p { color: rgb(159,64,156); }
H1.HeaderClassName
{
color: #9F409C;
}
.AnyTagClassName
{
color: #9F409C;
}
</style>
background-color css
<style>
a { background-color: #9F409C; }
a { background-color: rgb(159,64,156); }
div.DivClassName
{
background-color: #9F409C;
}
.BgClassName
{
background-color: #9F409C;
}
</style>
border-color css
<style>
span { border-color: #9F409C; }
span { border-color: rgb(159,64,156); }
td.TdClassName
{
border-color: #9F409C;
}
.TagClassName
{
border-color: #9F409C;
}
</style>