Shades of Violet Blue #94649B
Tints of Violet Blue #94649B
RGB
CMYK
RGB Variations
Color information
#94649B (or 0x94649B) is known color: Violet Blue. HEX triplet: 94, 64 and 9B. RGB value is (148,100,155). Sum of RGB (Red+Green+Blue) = 148+100+155=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #94649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94649B is #6B9B64. Grayscale: #787878. Windows color (decimal): -7052133 or 10183828. OLE color: 10183828.
HSL color Cylindrical-coordinate representation of color #94649B: hue angle of 292.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94649B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 100 | 155 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.39 |
| HSL | 292.36º | 0.22% | 0.5% | - |
| HSV(B) | 292.36º | 0.35% | 0.61% | - |
| XYZ | 22.69 | 17.78 | 33.25 | - |
| YUV | 120.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 155 | 0.05 | 0.35 | 0 | 0.39 | 292.36 | 0.22 | 0.5 |
| Hex | 94 | 64 | 9B | 5 | 23 | 0 | 27 | 124 | 16 | 32 |
| Octal | 224 | 144 | 233 | 5 | 43 | 0 | 47 | 444 | 26 | 62 |
| Binary | 10010100 | 1100100 | 10011011 | 101 | 100011 | 0 | 100111 | 100100100 | 10110 | 110010 |
Color Harmonies of #94649B
Complementary color
Monochromatic Colors of #94649B
Black with #94649B
Text Example
Text Example
White with #94649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94649B; }
p { color: rgb(148,100,155); }
H1.HeaderClassName
{
color: #94649B;
}
.AnyTagClassName
{
color: #94649B;
}
</style>
background-color css
<style>
a { background-color: #94649B; }
a { background-color: rgb(148,100,155); }
div.DivClassName
{
background-color: #94649B;
}
.BgClassName
{
background-color: #94649B;
}
</style>
border-color css
<style>
span { border-color: #94649B; }
span { border-color: rgb(148,100,155); }
td.TdClassName
{
border-color: #94649B;
}
.TagClassName
{
border-color: #94649B;
}
</style>