Shades of Violet Blue #945C9B
Tints of Violet Blue #945C9B
RGB
CMYK
RGB Variations
Color information
#945C9B (or 0x945C9B) is known color: Violet Blue. HEX triplet: 94, 5C and 9B. RGB value is (148,92,155). Sum of RGB (Red+Green+Blue) = 148+92+155=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #945C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C9B is #6BA364. Grayscale: #737373. Windows color (decimal): -7054181 or 10181780. OLE color: 10181780.
HSL color Cylindrical-coordinate representation of color #945C9B: hue angle of 293.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945C9B is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 92 | 155 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.39 |
| HSL | 293.33º | 0.26% | 0.48% | - |
| HSV(B) | 293.33º | 0.41% | 0.61% | - |
| XYZ | 21.96 | 16.32 | 33 | - |
| YUV | 115.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 155 | 0.05 | 0.41 | 0 | 0.39 | 293.33 | 0.26 | 0.48 |
| Hex | 94 | 5C | 9B | 5 | 29 | 0 | 27 | 125 | 1A | 30 |
| Octal | 224 | 134 | 233 | 5 | 51 | 0 | 47 | 445 | 32 | 60 |
| Binary | 10010100 | 1011100 | 10011011 | 101 | 101001 | 0 | 100111 | 100100101 | 11010 | 110000 |
Color Harmonies of #945C9B
Complementary color
Monochromatic Colors of #945C9B
Black with #945C9B
Text Example
Text Example
White with #945C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C9B; }
p { color: rgb(148,92,155); }
H1.HeaderClassName
{
color: #945C9B;
}
.AnyTagClassName
{
color: #945C9B;
}
</style>
background-color css
<style>
a { background-color: #945C9B; }
a { background-color: rgb(148,92,155); }
div.DivClassName
{
background-color: #945C9B;
}
.BgClassName
{
background-color: #945C9B;
}
</style>
border-color css
<style>
span { border-color: #945C9B; }
span { border-color: rgb(148,92,155); }
td.TdClassName
{
border-color: #945C9B;
}
.TagClassName
{
border-color: #945C9B;
}
</style>