Shades of Violet Blue #945E8D
Tints of Violet Blue #945E8D
RGB
CMYK
RGB Variations
Color information
#945E8D (or 0x945E8D) is known color: Violet Blue. HEX triplet: 94, 5E and 8D. RGB value is (148,94,141). Sum of RGB (Red+Green+Blue) = 148+94+141=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #945E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945E8D is #6BA172. Grayscale: #737373. Windows color (decimal): -7053683 or 9264788. OLE color: 9264788.
HSL color Cylindrical-coordinate representation of color #945E8D: hue angle of 307.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E8D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 141 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.42 |
| HSL | 307.78º | 0.22% | 0.47% | - |
| HSV(B) | 307.78º | 0.36% | 0.58% | - |
| XYZ | 21.02 | 16.22 | 27.22 | - |
| YUV | 115.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 141 | 0 | 0.36 | 0.05 | 0.42 | 307.78 | 0.22 | 0.47 |
| Hex | 94 | 5E | 8D | 0 | 24 | 5 | 2A | 134 | 16 | 2F |
| Octal | 224 | 136 | 215 | 0 | 44 | 5 | 52 | 464 | 26 | 57 |
| Binary | 10010100 | 1011110 | 10001101 | 0 | 100100 | 101 | 101010 | 100110100 | 10110 | 101111 |
Color Harmonies of #945E8D
Complementary color
Monochromatic Colors of #945E8D
Black with #945E8D
Text Example
Text Example
White with #945E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E8D; }
p { color: rgb(148,94,141); }
H1.HeaderClassName
{
color: #945E8D;
}
.AnyTagClassName
{
color: #945E8D;
}
</style>
background-color css
<style>
a { background-color: #945E8D; }
a { background-color: rgb(148,94,141); }
div.DivClassName
{
background-color: #945E8D;
}
.BgClassName
{
background-color: #945E8D;
}
</style>
border-color css
<style>
span { border-color: #945E8D; }
span { border-color: rgb(148,94,141); }
td.TdClassName
{
border-color: #945E8D;
}
.TagClassName
{
border-color: #945E8D;
}
</style>