Shades of Violet Blue #94648F
Tints of Violet Blue #94648F
RGB
CMYK
RGB Variations
Color information
#94648F (or 0x94648F) is known color: Violet Blue. HEX triplet: 94, 64 and 8F. RGB value is (148,100,143). Sum of RGB (Red+Green+Blue) = 148+100+143=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648F is #6B9B70. Grayscale: #777777. Windows color (decimal): -7052145 or 9397396. OLE color: 9397396.
HSL color Cylindrical-coordinate representation of color #94648F: hue angle of 306.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94648F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 143 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.42 |
| HSL | 306.25º | 0.19% | 0.49% | - |
| HSV(B) | 306.25º | 0.32% | 0.58% | - |
| XYZ | 21.73 | 17.39 | 28.2 | - |
| YUV | 119.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 143 | 0 | 0.32 | 0.03 | 0.42 | 306.25 | 0.19 | 0.49 |
| Hex | 94 | 64 | 8F | 0 | 20 | 3 | 2A | 132 | 13 | 31 |
| Octal | 224 | 144 | 217 | 0 | 40 | 3 | 52 | 462 | 23 | 61 |
| Binary | 10010100 | 1100100 | 10001111 | 0 | 100000 | 11 | 101010 | 100110010 | 10011 | 110001 |
Color Harmonies of #94648F
Complementary color
Monochromatic Colors of #94648F
Black with #94648F
Text Example
Text Example
White with #94648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94648F; }
p { color: rgb(148,100,143); }
H1.HeaderClassName
{
color: #94648F;
}
.AnyTagClassName
{
color: #94648F;
}
</style>
background-color css
<style>
a { background-color: #94648F; }
a { background-color: rgb(148,100,143); }
div.DivClassName
{
background-color: #94648F;
}
.BgClassName
{
background-color: #94648F;
}
</style>
border-color css
<style>
span { border-color: #94648F; }
span { border-color: rgb(148,100,143); }
td.TdClassName
{
border-color: #94648F;
}
.TagClassName
{
border-color: #94648F;
}
</style>