Shades of Violet Blue #945295
Tints of Violet Blue #945295
RGB
CMYK
RGB Variations
Color information
#945295 (or 0x945295) is known color: Violet Blue. HEX triplet: 94, 52 and 95. RGB value is (148,82,149). Sum of RGB (Red+Green+Blue) = 148+82+149=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #945295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945295 is #6BAD6A. Grayscale: #6D6D6D. Windows color (decimal): -7056747 or 9786004. OLE color: 9786004.
HSL color Cylindrical-coordinate representation of color #945295: hue angle of 299.1º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945295 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 149 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.42 |
| HSL | 299.1º | 0.29% | 0.45% | - |
| HSV(B) | 299.1º | 0.45% | 0.58% | - |
| XYZ | 20.65 | 14.5 | 30.14 | - |
| YUV | 109.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 149 | 0.01 | 0.45 | 0 | 0.42 | 299.1 | 0.29 | 0.45 |
| Hex | 94 | 52 | 95 | 1 | 2D | 0 | 2A | 12B | 1D | 2D |
| Octal | 224 | 122 | 225 | 1 | 55 | 0 | 52 | 453 | 35 | 55 |
| Binary | 10010100 | 1010010 | 10010101 | 1 | 101101 | 0 | 101010 | 100101011 | 11101 | 101101 |
Color Harmonies of #945295
Complementary color
Monochromatic Colors of #945295
Black with #945295
Text Example
Text Example
White with #945295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945295; }
p { color: rgb(148,82,149); }
H1.HeaderClassName
{
color: #945295;
}
.AnyTagClassName
{
color: #945295;
}
</style>
background-color css
<style>
a { background-color: #945295; }
a { background-color: rgb(148,82,149); }
div.DivClassName
{
background-color: #945295;
}
.BgClassName
{
background-color: #945295;
}
</style>
border-color css
<style>
span { border-color: #945295; }
span { border-color: rgb(148,82,149); }
td.TdClassName
{
border-color: #945295;
}
.TagClassName
{
border-color: #945295;
}
</style>