Shades of Violet Blue #945098
Tints of Violet Blue #945098
RGB
CMYK
RGB Variations
Color information
#945098 (or 0x945098) is known color: Violet Blue. HEX triplet: 94, 50 and 98. RGB value is (148,80,152). Sum of RGB (Red+Green+Blue) = 148+80+152=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #945098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945098 is #6BAF67. Grayscale: #6C6C6C. Windows color (decimal): -7057256 or 9982100. OLE color: 9982100.
HSL color Cylindrical-coordinate representation of color #945098: hue angle of 296.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945098 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 80 | 152 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.40 |
| HSL | 296.67º | 0.31% | 0.45% | - |
| HSV(B) | 296.67º | 0.47% | 0.6% | - |
| XYZ | 20.75 | 14.3 | 31.37 | - |
| YUV | 108.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 152 | 0.03 | 0.47 | 0 | 0.40 | 296.67 | 0.31 | 0.45 |
| Hex | 94 | 50 | 98 | 3 | 2F | 0 | 28 | 129 | 1F | 2D |
| Octal | 224 | 120 | 230 | 3 | 57 | 0 | 50 | 451 | 37 | 55 |
| Binary | 10010100 | 1010000 | 10011000 | 11 | 101111 | 0 | 101000 | 100101001 | 11111 | 101101 |
Color Harmonies of #945098
Complementary color
Monochromatic Colors of #945098
Black with #945098
Text Example
Text Example
White with #945098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945098; }
p { color: rgb(148,80,152); }
H1.HeaderClassName
{
color: #945098;
}
.AnyTagClassName
{
color: #945098;
}
</style>
background-color css
<style>
a { background-color: #945098; }
a { background-color: rgb(148,80,152); }
div.DivClassName
{
background-color: #945098;
}
.BgClassName
{
background-color: #945098;
}
</style>
border-color css
<style>
span { border-color: #945098; }
span { border-color: rgb(148,80,152); }
td.TdClassName
{
border-color: #945098;
}
.TagClassName
{
border-color: #945098;
}
</style>