Shades of Violet Blue #9F409A
Tints of Violet Blue #9F409A
RGB
CMYK
RGB Variations
Color information
#9F409A (or 0x9F409A) is known color: Violet Blue. HEX triplet: 9F, 40 and 9A. RGB value is (159,64,154). Sum of RGB (Red+Green+Blue) = 159+64+154=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F409A is #60BF65. Grayscale: #666666. Windows color (decimal): -6340454 or 10109087. OLE color: 10109087.
HSL color Cylindrical-coordinate representation of color #9F409A: hue angle of 303.16º 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 #9F409A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 154 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.38 |
| HSL | 303.16º | 0.43% | 0.44% | - |
| HSV(B) | 303.16º | 0.6% | 0.62% | - |
| XYZ | 21.96 | 13.37 | 32 | - |
| YUV | 102.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 154 | 0 | 0.60 | 0.03 | 0.38 | 303.16 | 0.43 | 0.44 |
| Hex | 9F | 40 | 9A | 0 | 3C | 3 | 26 | 12F | 2B | 2C |
| Octal | 237 | 100 | 232 | 0 | 74 | 3 | 46 | 457 | 53 | 54 |
| Binary | 10011111 | 1000000 | 10011010 | 0 | 111100 | 11 | 100110 | 100101111 | 101011 | 101100 |
Color Harmonies of #9F409A
Complementary color
Monochromatic Colors of #9F409A
Black with #9F409A
Text Example
Text Example
White with #9F409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F409A; }
p { color: rgb(159,64,154); }
H1.HeaderClassName
{
color: #9F409A;
}
.AnyTagClassName
{
color: #9F409A;
}
</style>
background-color css
<style>
a { background-color: #9F409A; }
a { background-color: rgb(159,64,154); }
div.DivClassName
{
background-color: #9F409A;
}
.BgClassName
{
background-color: #9F409A;
}
</style>
border-color css
<style>
span { border-color: #9F409A; }
span { border-color: rgb(159,64,154); }
td.TdClassName
{
border-color: #9F409A;
}
.TagClassName
{
border-color: #9F409A;
}
</style>