Shades of Violet Blue #9F469A
Tints of Violet Blue #9F469A
RGB
CMYK
RGB Variations
Color information
#9F469A (or 0x9F469A) is known color: Violet Blue. HEX triplet: 9F, 46 and 9A. RGB value is (159,70,154). Sum of RGB (Red+Green+Blue) = 159+70+154=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469A is #60B965. Grayscale: #696969. Windows color (decimal): -6338918 or 10110623. OLE color: 10110623.
HSL color Cylindrical-coordinate representation of color #9F469A: hue angle of 303.37º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F469A is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 154 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.38 |
| HSL | 303.37º | 0.39% | 0.45% | - |
| HSV(B) | 303.37º | 0.56% | 0.62% | - |
| XYZ | 22.32 | 14.08 | 32.11 | - |
| YUV | 106.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 154 | 0 | 0.56 | 0.03 | 0.38 | 303.37 | 0.39 | 0.45 |
| Hex | 9F | 46 | 9A | 0 | 38 | 3 | 26 | 12F | 27 | 2D |
| Octal | 237 | 106 | 232 | 0 | 70 | 3 | 46 | 457 | 47 | 55 |
| Binary | 10011111 | 1000110 | 10011010 | 0 | 111000 | 11 | 100110 | 100101111 | 100111 | 101101 |
Color Harmonies of #9F469A
Complementary color
Monochromatic Colors of #9F469A
Black with #9F469A
Text Example
Text Example
White with #9F469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F469A; }
p { color: rgb(159,70,154); }
H1.HeaderClassName
{
color: #9F469A;
}
.AnyTagClassName
{
color: #9F469A;
}
</style>
background-color css
<style>
a { background-color: #9F469A; }
a { background-color: rgb(159,70,154); }
div.DivClassName
{
background-color: #9F469A;
}
.BgClassName
{
background-color: #9F469A;
}
</style>
border-color css
<style>
span { border-color: #9F469A; }
span { border-color: rgb(159,70,154); }
td.TdClassName
{
border-color: #9F469A;
}
.TagClassName
{
border-color: #9F469A;
}
</style>