Shades of Violet Blue #94518C
Tints of Violet Blue #94518C
RGB
CMYK
RGB Variations
Color information
#94518C (or 0x94518C) is known color: Violet Blue. HEX triplet: 94, 51 and 8C. RGB value is (148,81,140). Sum of RGB (Red+Green+Blue) = 148+81+140=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94518C is #6BAE73. Grayscale: #6B6B6B. Windows color (decimal): -7057012 or 9195924. OLE color: 9195924.
HSL color Cylindrical-coordinate representation of color #94518C: hue angle of 307.16º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94518C is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 140 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.42 |
| HSL | 307.16º | 0.29% | 0.45% | - |
| HSV(B) | 307.16º | 0.45% | 0.58% | - |
| XYZ | 19.89 | 14.07 | 26.48 | - |
| YUV | 107.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 140 | 0 | 0.45 | 0.05 | 0.42 | 307.16 | 0.29 | 0.45 |
| Hex | 94 | 51 | 8C | 0 | 2D | 5 | 2A | 133 | 1D | 2D |
| Octal | 224 | 121 | 214 | 0 | 55 | 5 | 52 | 463 | 35 | 55 |
| Binary | 10010100 | 1010001 | 10001100 | 0 | 101101 | 101 | 101010 | 100110011 | 11101 | 101101 |
Color Harmonies of #94518C
Complementary color
Monochromatic Colors of #94518C
Black with #94518C
Text Example
Text Example
White with #94518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94518C; }
p { color: rgb(148,81,140); }
H1.HeaderClassName
{
color: #94518C;
}
.AnyTagClassName
{
color: #94518C;
}
</style>
background-color css
<style>
a { background-color: #94518C; }
a { background-color: rgb(148,81,140); }
div.DivClassName
{
background-color: #94518C;
}
.BgClassName
{
background-color: #94518C;
}
</style>
border-color css
<style>
span { border-color: #94518C; }
span { border-color: rgb(148,81,140); }
td.TdClassName
{
border-color: #94518C;
}
.TagClassName
{
border-color: #94518C;
}
</style>