Shades of Violet Blue #95498F
Tints of Violet Blue #95498F
RGB
CMYK
RGB Variations
Color information
#95498F (or 0x95498F) is known color: Violet Blue. HEX triplet: 95, 49 and 8F. RGB value is (149,73,143). Sum of RGB (Red+Green+Blue) = 149+73+143=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #95498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498F is #6AB670. Grayscale: #676767. Windows color (decimal): -6993521 or 9390485. OLE color: 9390485.
HSL color Cylindrical-coordinate representation of color #95498F: hue angle of 304.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95498F is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 143 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.42 |
| HSL | 304.74º | 0.34% | 0.44% | - |
| HSV(B) | 304.74º | 0.51% | 0.58% | - |
| XYZ | 19.73 | 13.14 | 27.48 | - |
| YUV | 103.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 143 | 0 | 0.51 | 0.04 | 0.42 | 304.74 | 0.34 | 0.44 |
| Hex | 95 | 49 | 8F | 0 | 33 | 4 | 2A | 131 | 22 | 2C |
| Octal | 225 | 111 | 217 | 0 | 63 | 4 | 52 | 461 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10001111 | 0 | 110011 | 100 | 101010 | 100110001 | 100010 | 101100 |
Color Harmonies of #95498F
Complementary color
Monochromatic Colors of #95498F
Black with #95498F
Text Example
Text Example
White with #95498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95498F; }
p { color: rgb(149,73,143); }
H1.HeaderClassName
{
color: #95498F;
}
.AnyTagClassName
{
color: #95498F;
}
</style>
background-color css
<style>
a { background-color: #95498F; }
a { background-color: rgb(149,73,143); }
div.DivClassName
{
background-color: #95498F;
}
.BgClassName
{
background-color: #95498F;
}
</style>
border-color css
<style>
span { border-color: #95498F; }
span { border-color: rgb(149,73,143); }
td.TdClassName
{
border-color: #95498F;
}
.TagClassName
{
border-color: #95498F;
}
</style>