Shades of Violet Blue #9F459F
Tints of Violet Blue #9F459F
RGB
CMYK
RGB Variations
Color information
#9F459F (or 0x9F459F) is known color: Violet Blue. HEX triplet: 9F, 45 and 9F. RGB value is (159,69,159). Sum of RGB (Red+Green+Blue) = 159+69+159=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F459F is #60BA60. Grayscale: #696969. Windows color (decimal): -6339169 or 10438047. OLE color: 10438047.
HSL color Cylindrical-coordinate representation of color #9F459F: hue angle of 300º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F459F is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 159 | - |
| CMYK | 0 | 0.57 | 0 | 0.38 |
| HSL | 300º | 0.39% | 0.45% | - |
| HSV(B) | 300º | 0.57% | 0.62% | - |
| XYZ | 22.68 | 14.13 | 34.33 | - |
| YUV | 106.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 159 | 0 | 0.57 | 0 | 0.38 | 300 | 0.39 | 0.45 |
| Hex | 9F | 45 | 9F | 0 | 39 | 0 | 26 | 12C | 27 | 2D |
| Octal | 237 | 105 | 237 | 0 | 71 | 0 | 46 | 454 | 47 | 55 |
| Binary | 10011111 | 1000101 | 10011111 | 0 | 111001 | 0 | 100110 | 100101100 | 100111 | 101101 |
Color Harmonies of #9F459F
Complementary color
Monochromatic Colors of #9F459F
Black with #9F459F
Text Example
Text Example
White with #9F459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F459F; }
p { color: rgb(159,69,159); }
H1.HeaderClassName
{
color: #9F459F;
}
.AnyTagClassName
{
color: #9F459F;
}
</style>
background-color css
<style>
a { background-color: #9F459F; }
a { background-color: rgb(159,69,159); }
div.DivClassName
{
background-color: #9F459F;
}
.BgClassName
{
background-color: #9F459F;
}
</style>
border-color css
<style>
span { border-color: #9F459F; }
span { border-color: rgb(159,69,159); }
td.TdClassName
{
border-color: #9F459F;
}
.TagClassName
{
border-color: #9F459F;
}
</style>