Shades of Violet Blue #954592
Tints of Violet Blue #954592
RGB
CMYK
RGB Variations
Color information
#954592 (or 0x954592) is known color: Violet Blue. HEX triplet: 95, 45 and 92. RGB value is (149,69,146). Sum of RGB (Red+Green+Blue) = 149+69+146=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954592 is #6ABA6D. Grayscale: #656565. Windows color (decimal): -6994542 or 9586069. OLE color: 9586069.
HSL color Cylindrical-coordinate representation of color #954592: hue angle of 302.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954592 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 146 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.42 |
| HSL | 302.25º | 0.37% | 0.43% | - |
| HSV(B) | 302.25º | 0.54% | 0.58% | - |
| XYZ | 19.71 | 12.72 | 28.61 | - |
| YUV | 101.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 146 | 0 | 0.54 | 0.02 | 0.42 | 302.25 | 0.37 | 0.43 |
| Hex | 95 | 45 | 92 | 0 | 36 | 2 | 2A | 12E | 25 | 2B |
| Octal | 225 | 105 | 222 | 0 | 66 | 2 | 52 | 456 | 45 | 53 |
| Binary | 10010101 | 1000101 | 10010010 | 0 | 110110 | 10 | 101010 | 100101110 | 100101 | 101011 |
Color Harmonies of #954592
Complementary color
Monochromatic Colors of #954592
Black with #954592
Text Example
Text Example
White with #954592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954592; }
p { color: rgb(149,69,146); }
H1.HeaderClassName
{
color: #954592;
}
.AnyTagClassName
{
color: #954592;
}
</style>
background-color css
<style>
a { background-color: #954592; }
a { background-color: rgb(149,69,146); }
div.DivClassName
{
background-color: #954592;
}
.BgClassName
{
background-color: #954592;
}
</style>
border-color css
<style>
span { border-color: #954592; }
span { border-color: rgb(149,69,146); }
td.TdClassName
{
border-color: #954592;
}
.TagClassName
{
border-color: #954592;
}
</style>