Shades of Violet Blue #9F469C
Tints of Violet Blue #9F469C
RGB
CMYK
RGB Variations
Color information
#9F469C (or 0x9F469C) is known color: Violet Blue. HEX triplet: 9F, 46 and 9C. RGB value is (159,70,156). Sum of RGB (Red+Green+Blue) = 159+70+156=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469C is #60B963. Grayscale: #6A6A6A. Windows color (decimal): -6338916 or 10241695. OLE color: 10241695.
HSL color Cylindrical-coordinate representation of color #9F469C: hue angle of 302.02º 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 #9F469C is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 156 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.38 |
| HSL | 302.02º | 0.39% | 0.45% | - |
| HSV(B) | 302.02º | 0.56% | 0.62% | - |
| XYZ | 22.49 | 14.15 | 33 | - |
| YUV | 106.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 156 | 0 | 0.56 | 0.02 | 0.38 | 302.02 | 0.39 | 0.45 |
| Hex | 9F | 46 | 9C | 0 | 38 | 2 | 26 | 12E | 27 | 2D |
| Octal | 237 | 106 | 234 | 0 | 70 | 2 | 46 | 456 | 47 | 55 |
| Binary | 10011111 | 1000110 | 10011100 | 0 | 111000 | 10 | 100110 | 100101110 | 100111 | 101101 |
Color Harmonies of #9F469C
Complementary color
Monochromatic Colors of #9F469C
Black with #9F469C
Text Example
Text Example
White with #9F469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F469C; }
p { color: rgb(159,70,156); }
H1.HeaderClassName
{
color: #9F469C;
}
.AnyTagClassName
{
color: #9F469C;
}
</style>
background-color css
<style>
a { background-color: #9F469C; }
a { background-color: rgb(159,70,156); }
div.DivClassName
{
background-color: #9F469C;
}
.BgClassName
{
background-color: #9F469C;
}
</style>
border-color css
<style>
span { border-color: #9F469C; }
span { border-color: rgb(159,70,156); }
td.TdClassName
{
border-color: #9F469C;
}
.TagClassName
{
border-color: #9F469C;
}
</style>