Shades of Violet Blue #94629B
Tints of Violet Blue #94629B
RGB
CMYK
RGB Variations
Color information
#94629B (or 0x94629B) is known color: Violet Blue. HEX triplet: 94, 62 and 9B. RGB value is (148,98,155). Sum of RGB (Red+Green+Blue) = 148+98+155=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #94629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94629B is #6B9D64. Grayscale: #777777. Windows color (decimal): -7052645 or 10183316. OLE color: 10183316.
HSL color Cylindrical-coordinate representation of color #94629B: hue angle of 292.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94629B is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 98 | 155 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.39 |
| HSL | 292.63º | 0.23% | 0.5% | - |
| HSV(B) | 292.63º | 0.37% | 0.61% | - |
| XYZ | 22.5 | 17.4 | 33.18 | - |
| YUV | 119.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 155 | 0.05 | 0.37 | 0 | 0.39 | 292.63 | 0.23 | 0.5 |
| Hex | 94 | 62 | 9B | 5 | 25 | 0 | 27 | 125 | 17 | 32 |
| Octal | 224 | 142 | 233 | 5 | 45 | 0 | 47 | 445 | 27 | 62 |
| Binary | 10010100 | 1100010 | 10011011 | 101 | 100101 | 0 | 100111 | 100100101 | 10111 | 110010 |
Color Harmonies of #94629B
Complementary color
Monochromatic Colors of #94629B
Black with #94629B
Text Example
Text Example
White with #94629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94629B; }
p { color: rgb(148,98,155); }
H1.HeaderClassName
{
color: #94629B;
}
.AnyTagClassName
{
color: #94629B;
}
</style>
background-color css
<style>
a { background-color: #94629B; }
a { background-color: rgb(148,98,155); }
div.DivClassName
{
background-color: #94629B;
}
.BgClassName
{
background-color: #94629B;
}
</style>
border-color css
<style>
span { border-color: #94629B; }
span { border-color: rgb(148,98,155); }
td.TdClassName
{
border-color: #94629B;
}
.TagClassName
{
border-color: #94629B;
}
</style>