Shades of Violet Blue #94628F
Tints of Violet Blue #94628F
RGB
CMYK
RGB Variations
Color information
#94628F (or 0x94628F) is known color: Violet Blue. HEX triplet: 94, 62 and 8F. RGB value is (148,98,143). Sum of RGB (Red+Green+Blue) = 148+98+143=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94628F is #6B9D70. Grayscale: #757575. Windows color (decimal): -7052657 or 9396884. OLE color: 9396884.
HSL color Cylindrical-coordinate representation of color #94628F: hue angle of 306º 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 #94628F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 143 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.42 |
| HSL | 306º | 0.2% | 0.48% | - |
| HSV(B) | 306º | 0.34% | 0.58% | - |
| XYZ | 21.54 | 17.01 | 28.14 | - |
| YUV | 118.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 143 | 0 | 0.34 | 0.03 | 0.42 | 306 | 0.2 | 0.48 |
| Hex | 94 | 62 | 8F | 0 | 22 | 3 | 2A | 132 | 14 | 30 |
| Octal | 224 | 142 | 217 | 0 | 42 | 3 | 52 | 462 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10001111 | 0 | 100010 | 11 | 101010 | 100110010 | 10100 | 110000 |
Color Harmonies of #94628F
Complementary color
Monochromatic Colors of #94628F
Black with #94628F
Text Example
Text Example
White with #94628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94628F; }
p { color: rgb(148,98,143); }
H1.HeaderClassName
{
color: #94628F;
}
.AnyTagClassName
{
color: #94628F;
}
</style>
background-color css
<style>
a { background-color: #94628F; }
a { background-color: rgb(148,98,143); }
div.DivClassName
{
background-color: #94628F;
}
.BgClassName
{
background-color: #94628F;
}
</style>
border-color css
<style>
span { border-color: #94628F; }
span { border-color: rgb(148,98,143); }
td.TdClassName
{
border-color: #94628F;
}
.TagClassName
{
border-color: #94628F;
}
</style>