Shades of Violet Blue #95498E
Tints of Violet Blue #95498E
RGB
CMYK
RGB Variations
Color information
#95498E (or 0x95498E) is known color: Violet Blue. HEX triplet: 95, 49 and 8E. RGB value is (149,73,142). Sum of RGB (Red+Green+Blue) = 149+73+142=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498E is #6AB671. Grayscale: #676767. Windows color (decimal): -6993522 or 9324949. OLE color: 9324949.
HSL color Cylindrical-coordinate representation of color #95498E: hue angle of 305.53º 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 #95498E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 142 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.42 |
| HSL | 305.53º | 0.34% | 0.44% | - |
| HSV(B) | 305.53º | 0.51% | 0.58% | - |
| XYZ | 19.66 | 13.11 | 27.09 | - |
| YUV | 103.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 142 | 0 | 0.51 | 0.05 | 0.42 | 305.53 | 0.34 | 0.44 |
| Hex | 95 | 49 | 8E | 0 | 33 | 5 | 2A | 132 | 22 | 2C |
| Octal | 225 | 111 | 216 | 0 | 63 | 5 | 52 | 462 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10001110 | 0 | 110011 | 101 | 101010 | 100110010 | 100010 | 101100 |
Color Harmonies of #95498E
Complementary color
Monochromatic Colors of #95498E
Black with #95498E
Text Example
Text Example
White with #95498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95498E; }
p { color: rgb(149,73,142); }
H1.HeaderClassName
{
color: #95498E;
}
.AnyTagClassName
{
color: #95498E;
}
</style>
background-color css
<style>
a { background-color: #95498E; }
a { background-color: rgb(149,73,142); }
div.DivClassName
{
background-color: #95498E;
}
.BgClassName
{
background-color: #95498E;
}
</style>
border-color css
<style>
span { border-color: #95498E; }
span { border-color: rgb(149,73,142); }
td.TdClassName
{
border-color: #95498E;
}
.TagClassName
{
border-color: #95498E;
}
</style>