Shades of Violet Blue #945C90
Tints of Violet Blue #945C90
RGB
CMYK
RGB Variations
Color information
#945C90 (or 0x945C90) is known color: Violet Blue. HEX triplet: 94, 5C and 90. RGB value is (148,92,144). Sum of RGB (Red+Green+Blue) = 148+92+144=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #945C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C90 is #6BA36F. Grayscale: #727272. Windows color (decimal): -7054192 or 9460884. OLE color: 9460884.
HSL color Cylindrical-coordinate representation of color #945C90: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C90 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 144 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.42 |
| HSL | 304.29º | 0.23% | 0.47% | - |
| HSV(B) | 304.29º | 0.38% | 0.58% | - |
| XYZ | 21.07 | 15.96 | 28.36 | - |
| YUV | 114.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 144 | 0 | 0.38 | 0.03 | 0.42 | 304.29 | 0.23 | 0.47 |
| Hex | 94 | 5C | 90 | 0 | 26 | 3 | 2A | 130 | 17 | 2F |
| Octal | 224 | 134 | 220 | 0 | 46 | 3 | 52 | 460 | 27 | 57 |
| Binary | 10010100 | 1011100 | 10010000 | 0 | 100110 | 11 | 101010 | 100110000 | 10111 | 101111 |
Color Harmonies of #945C90
Complementary color
Monochromatic Colors of #945C90
Black with #945C90
Text Example
Text Example
White with #945C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C90; }
p { color: rgb(148,92,144); }
H1.HeaderClassName
{
color: #945C90;
}
.AnyTagClassName
{
color: #945C90;
}
</style>
background-color css
<style>
a { background-color: #945C90; }
a { background-color: rgb(148,92,144); }
div.DivClassName
{
background-color: #945C90;
}
.BgClassName
{
background-color: #945C90;
}
</style>
border-color css
<style>
span { border-color: #945C90; }
span { border-color: rgb(148,92,144); }
td.TdClassName
{
border-color: #945C90;
}
.TagClassName
{
border-color: #945C90;
}
</style>