Shades of Violet Blue #945A8E
Tints of Violet Blue #945A8E
RGB
CMYK
RGB Variations
Color information
#945A8E (or 0x945A8E) is known color: Violet Blue. HEX triplet: 94, 5A and 8E. RGB value is (148,90,142). Sum of RGB (Red+Green+Blue) = 148+90+142=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #945A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A8E is #6BA571. Grayscale: #717171. Windows color (decimal): -7054706 or 9329300. OLE color: 9329300.
HSL color Cylindrical-coordinate representation of color #945A8E: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A8E is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 142 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.42 |
| HSL | 306.21º | 0.24% | 0.47% | - |
| HSV(B) | 306.21º | 0.39% | 0.58% | - |
| XYZ | 20.75 | 15.56 | 27.5 | - |
| YUV | 113.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 142 | 0 | 0.39 | 0.04 | 0.42 | 306.21 | 0.24 | 0.47 |
| Hex | 94 | 5A | 8E | 0 | 27 | 4 | 2A | 132 | 18 | 2F |
| Octal | 224 | 132 | 216 | 0 | 47 | 4 | 52 | 462 | 30 | 57 |
| Binary | 10010100 | 1011010 | 10001110 | 0 | 100111 | 100 | 101010 | 100110010 | 11000 | 101111 |
Color Harmonies of #945A8E
Complementary color
Monochromatic Colors of #945A8E
Black with #945A8E
Text Example
Text Example
White with #945A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A8E; }
p { color: rgb(148,90,142); }
H1.HeaderClassName
{
color: #945A8E;
}
.AnyTagClassName
{
color: #945A8E;
}
</style>
background-color css
<style>
a { background-color: #945A8E; }
a { background-color: rgb(148,90,142); }
div.DivClassName
{
background-color: #945A8E;
}
.BgClassName
{
background-color: #945A8E;
}
</style>
border-color css
<style>
span { border-color: #945A8E; }
span { border-color: rgb(148,90,142); }
td.TdClassName
{
border-color: #945A8E;
}
.TagClassName
{
border-color: #945A8E;
}
</style>