Shades of Violet Blue #94629E
Tints of Violet Blue #94629E
RGB
CMYK
RGB Variations
Color information
#94629E (or 0x94629E) is known color: Violet Blue. HEX triplet: 94, 62 and 9E. RGB value is (148,98,158). Sum of RGB (Red+Green+Blue) = 148+98+158=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #94629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94629E is #6B9D61. Grayscale: #777777. Windows color (decimal): -7052642 or 10379924. OLE color: 10379924.
HSL color Cylindrical-coordinate representation of color #94629E: hue angle of 290º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94629E is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 98 | 158 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.38 |
| HSL | 290º | 0.24% | 0.5% | - |
| HSV(B) | 290º | 0.38% | 0.62% | - |
| XYZ | 22.75 | 17.5 | 34.53 | - |
| YUV | 119.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 158 | 0.06 | 0.38 | 0 | 0.38 | 290 | 0.24 | 0.5 |
| Hex | 94 | 62 | 9E | 6 | 26 | 0 | 26 | 122 | 18 | 32 |
| Octal | 224 | 142 | 236 | 6 | 46 | 0 | 46 | 442 | 30 | 62 |
| Binary | 10010100 | 1100010 | 10011110 | 110 | 100110 | 0 | 100110 | 100100010 | 11000 | 110010 |
Color Harmonies of #94629E
Complementary color
Monochromatic Colors of #94629E
Black with #94629E
Text Example
Text Example
White with #94629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94629E; }
p { color: rgb(148,98,158); }
H1.HeaderClassName
{
color: #94629E;
}
.AnyTagClassName
{
color: #94629E;
}
</style>
background-color css
<style>
a { background-color: #94629E; }
a { background-color: rgb(148,98,158); }
div.DivClassName
{
background-color: #94629E;
}
.BgClassName
{
background-color: #94629E;
}
</style>
border-color css
<style>
span { border-color: #94629E; }
span { border-color: rgb(148,98,158); }
td.TdClassName
{
border-color: #94629E;
}
.TagClassName
{
border-color: #94629E;
}
</style>