Shades of Violet Blue #954698
Tints of Violet Blue #954698
RGB
CMYK
RGB Variations
Color information
#954698 (or 0x954698) is known color: Violet Blue. HEX triplet: 95, 46 and 98. RGB value is (149,70,152). Sum of RGB (Red+Green+Blue) = 149+70+152=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #954698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954698 is #6AB967. Grayscale: #666666. Windows color (decimal): -6994280 or 9979541. OLE color: 9979541.
HSL color Cylindrical-coordinate representation of color #954698: hue angle of 297.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954698 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 70 | 152 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.40 |
| HSL | 297.8º | 0.37% | 0.44% | - |
| HSV(B) | 297.8º | 0.54% | 0.6% | - |
| XYZ | 20.25 | 13.04 | 31.15 | - |
| YUV | 102.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 152 | 0.02 | 0.54 | 0 | 0.40 | 297.8 | 0.37 | 0.44 |
| Hex | 95 | 46 | 98 | 2 | 36 | 0 | 28 | 12A | 25 | 2C |
| Octal | 225 | 106 | 230 | 2 | 66 | 0 | 50 | 452 | 45 | 54 |
| Binary | 10010101 | 1000110 | 10011000 | 10 | 110110 | 0 | 101000 | 100101010 | 100101 | 101100 |
Color Harmonies of #954698
Complementary color
Monochromatic Colors of #954698
Black with #954698
Text Example
Text Example
White with #954698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954698; }
p { color: rgb(149,70,152); }
H1.HeaderClassName
{
color: #954698;
}
.AnyTagClassName
{
color: #954698;
}
</style>
background-color css
<style>
a { background-color: #954698; }
a { background-color: rgb(149,70,152); }
div.DivClassName
{
background-color: #954698;
}
.BgClassName
{
background-color: #954698;
}
</style>
border-color css
<style>
span { border-color: #954698; }
span { border-color: rgb(149,70,152); }
td.TdClassName
{
border-color: #954698;
}
.TagClassName
{
border-color: #954698;
}
</style>