Shades of Violet Blue #9F6798
Tints of Violet Blue #9F6798
RGB
CMYK
RGB Variations
Color information
#9F6798 (or 0x9F6798) is known color: Violet Blue. HEX triplet: 9F, 67 and 98. RGB value is (159,103,152). Sum of RGB (Red+Green+Blue) = 159+103+152=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6798 is #609867. Grayscale: #7D7D7D. Windows color (decimal): -6330472 or 9987999. OLE color: 9987999.
HSL color Cylindrical-coordinate representation of color #9F6798: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6798 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 152 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.38 |
| HSL | 307.5º | 0.23% | 0.51% | - |
| HSV(B) | 307.5º | 0.35% | 0.62% | - |
| XYZ | 24.82 | 19.34 | 32.13 | - |
| YUV | 125.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 152 | 0 | 0.35 | 0.04 | 0.38 | 307.5 | 0.23 | 0.51 |
| Hex | 9F | 67 | 98 | 0 | 23 | 4 | 26 | 134 | 17 | 33 |
| Octal | 237 | 147 | 230 | 0 | 43 | 4 | 46 | 464 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10011000 | 0 | 100011 | 100 | 100110 | 100110100 | 10111 | 110011 |
Color Harmonies of #9F6798
Complementary color
Monochromatic Colors of #9F6798
Black with #9F6798
Text Example
Text Example
White with #9F6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6798; }
p { color: rgb(159,103,152); }
H1.HeaderClassName
{
color: #9F6798;
}
.AnyTagClassName
{
color: #9F6798;
}
</style>
background-color css
<style>
a { background-color: #9F6798; }
a { background-color: rgb(159,103,152); }
div.DivClassName
{
background-color: #9F6798;
}
.BgClassName
{
background-color: #9F6798;
}
</style>
border-color css
<style>
span { border-color: #9F6798; }
span { border-color: rgb(159,103,152); }
td.TdClassName
{
border-color: #9F6798;
}
.TagClassName
{
border-color: #9F6798;
}
</style>