Shades of Violet Blue #9F729B
Tints of Violet Blue #9F729B
RGB
CMYK
RGB Variations
Color information
#9F729B (or 0x9F729B) is known color: Violet Blue. HEX triplet: 9F, 72 and 9B. RGB value is (159,114,155). Sum of RGB (Red+Green+Blue) = 159+114+155=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F729B is #608D64. Grayscale: #848484. Windows color (decimal): -6327653 or 10187423. OLE color: 10187423.
HSL color Cylindrical-coordinate representation of color #9F729B: hue angle of 305.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F729B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 155 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.38 |
| HSL | 305.33º | 0.19% | 0.54% | - |
| HSV(B) | 305.33º | 0.28% | 0.62% | - |
| XYZ | 26.23 | 21.77 | 33.83 | - |
| YUV | 132.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 155 | 0 | 0.28 | 0.03 | 0.38 | 305.33 | 0.19 | 0.54 |
| Hex | 9F | 72 | 9B | 0 | 1C | 3 | 26 | 131 | 13 | 36 |
| Octal | 237 | 162 | 233 | 0 | 34 | 3 | 46 | 461 | 23 | 66 |
| Binary | 10011111 | 1110010 | 10011011 | 0 | 11100 | 11 | 100110 | 100110001 | 10011 | 110110 |
Color Harmonies of #9F729B
Complementary color
Monochromatic Colors of #9F729B
Black with #9F729B
Text Example
Text Example
White with #9F729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F729B; }
p { color: rgb(159,114,155); }
H1.HeaderClassName
{
color: #9F729B;
}
.AnyTagClassName
{
color: #9F729B;
}
</style>
background-color css
<style>
a { background-color: #9F729B; }
a { background-color: rgb(159,114,155); }
div.DivClassName
{
background-color: #9F729B;
}
.BgClassName
{
background-color: #9F729B;
}
</style>
border-color css
<style>
span { border-color: #9F729B; }
span { border-color: rgb(159,114,155); }
td.TdClassName
{
border-color: #9F729B;
}
.TagClassName
{
border-color: #9F729B;
}
</style>