Shades of Violet Blue #945895
Tints of Violet Blue #945895
RGB
CMYK
RGB Variations
Color information
#945895 (or 0x945895) is known color: Violet Blue. HEX triplet: 94, 58 and 95. RGB value is (148,88,149). Sum of RGB (Red+Green+Blue) = 148+88+149=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #945895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945895 is #6BA76A. Grayscale: #707070. Windows color (decimal): -7055211 or 9787540. OLE color: 9787540.
HSL color Cylindrical-coordinate representation of color #945895: hue angle of 299.02º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945895 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 149 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.42 |
| HSL | 299.02º | 0.26% | 0.46% | - |
| HSV(B) | 299.02º | 0.41% | 0.58% | - |
| XYZ | 21.13 | 15.45 | 30.3 | - |
| YUV | 112.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 149 | 0.01 | 0.41 | 0 | 0.42 | 299.02 | 0.26 | 0.46 |
| Hex | 94 | 58 | 95 | 1 | 29 | 0 | 2A | 12B | 1A | 2E |
| Octal | 224 | 130 | 225 | 1 | 51 | 0 | 52 | 453 | 32 | 56 |
| Binary | 10010100 | 1011000 | 10010101 | 1 | 101001 | 0 | 101010 | 100101011 | 11010 | 101110 |
Color Harmonies of #945895
Complementary color
Monochromatic Colors of #945895
Black with #945895
Text Example
Text Example
White with #945895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945895; }
p { color: rgb(148,88,149); }
H1.HeaderClassName
{
color: #945895;
}
.AnyTagClassName
{
color: #945895;
}
</style>
background-color css
<style>
a { background-color: #945895; }
a { background-color: rgb(148,88,149); }
div.DivClassName
{
background-color: #945895;
}
.BgClassName
{
background-color: #945895;
}
</style>
border-color css
<style>
span { border-color: #945895; }
span { border-color: rgb(148,88,149); }
td.TdClassName
{
border-color: #945895;
}
.TagClassName
{
border-color: #945895;
}
</style>