Shades of Violet Blue #94628E
Tints of Violet Blue #94628E
RGB
CMYK
RGB Variations
Color information
#94628E (or 0x94628E) is known color: Violet Blue. HEX triplet: 94, 62 and 8E. RGB value is (148,98,142). Sum of RGB (Red+Green+Blue) = 148+98+142=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94628E is #6B9D71. Grayscale: #757575. Windows color (decimal): -7052658 or 9331348. OLE color: 9331348.
HSL color Cylindrical-coordinate representation of color #94628E: hue angle of 307.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94628E is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 142 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.42 |
| HSL | 307.2º | 0.2% | 0.48% | - |
| HSV(B) | 307.2º | 0.34% | 0.58% | - |
| XYZ | 21.46 | 16.98 | 27.74 | - |
| YUV | 117.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 142 | 0 | 0.34 | 0.04 | 0.42 | 307.2 | 0.2 | 0.48 |
| Hex | 94 | 62 | 8E | 0 | 22 | 4 | 2A | 133 | 14 | 30 |
| Octal | 224 | 142 | 216 | 0 | 42 | 4 | 52 | 463 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10001110 | 0 | 100010 | 100 | 101010 | 100110011 | 10100 | 110000 |
Color Harmonies of #94628E
Complementary color
Monochromatic Colors of #94628E
Black with #94628E
Text Example
Text Example
White with #94628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94628E; }
p { color: rgb(148,98,142); }
H1.HeaderClassName
{
color: #94628E;
}
.AnyTagClassName
{
color: #94628E;
}
</style>
background-color css
<style>
a { background-color: #94628E; }
a { background-color: rgb(148,98,142); }
div.DivClassName
{
background-color: #94628E;
}
.BgClassName
{
background-color: #94628E;
}
</style>
border-color css
<style>
span { border-color: #94628E; }
span { border-color: rgb(148,98,142); }
td.TdClassName
{
border-color: #94628E;
}
.TagClassName
{
border-color: #94628E;
}
</style>