Shades of Violet Blue #945998
Tints of Violet Blue #945998
RGB
CMYK
RGB Variations
Color information
#945998 (or 0x945998) is known color: Violet Blue. HEX triplet: 94, 59 and 98. RGB value is (148,89,152). Sum of RGB (Red+Green+Blue) = 148+89+152=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #945998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945998 is #6BA667. Grayscale: #717171. Windows color (decimal): -7054952 or 9984404. OLE color: 9984404.
HSL color Cylindrical-coordinate representation of color #945998: hue angle of 296.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945998 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 89 | 152 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.40 |
| HSL | 296.19º | 0.26% | 0.47% | - |
| HSV(B) | 296.19º | 0.41% | 0.6% | - |
| XYZ | 21.45 | 15.71 | 31.61 | - |
| YUV | 113.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 152 | 0.03 | 0.41 | 0 | 0.40 | 296.19 | 0.26 | 0.47 |
| Hex | 94 | 59 | 98 | 3 | 29 | 0 | 28 | 128 | 1A | 2F |
| Octal | 224 | 131 | 230 | 3 | 51 | 0 | 50 | 450 | 32 | 57 |
| Binary | 10010100 | 1011001 | 10011000 | 11 | 101001 | 0 | 101000 | 100101000 | 11010 | 101111 |
Color Harmonies of #945998
Complementary color
Monochromatic Colors of #945998
Black with #945998
Text Example
Text Example
White with #945998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945998; }
p { color: rgb(148,89,152); }
H1.HeaderClassName
{
color: #945998;
}
.AnyTagClassName
{
color: #945998;
}
</style>
background-color css
<style>
a { background-color: #945998; }
a { background-color: rgb(148,89,152); }
div.DivClassName
{
background-color: #945998;
}
.BgClassName
{
background-color: #945998;
}
</style>
border-color css
<style>
span { border-color: #945998; }
span { border-color: rgb(148,89,152); }
td.TdClassName
{
border-color: #945998;
}
.TagClassName
{
border-color: #945998;
}
</style>