Shades of Violet Blue #94528C
Tints of Violet Blue #94528C
RGB
CMYK
RGB Variations
Color information
#94528C (or 0x94528C) is known color: Violet Blue. HEX triplet: 94, 52 and 8C. RGB value is (148,82,140). Sum of RGB (Red+Green+Blue) = 148+82+140=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94528C is #6BAD73. Grayscale: #6C6C6C. Windows color (decimal): -7056756 or 9196180. OLE color: 9196180.
HSL color Cylindrical-coordinate representation of color #94528C: hue angle of 307.27º 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 #94528C is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 140 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.42 |
| HSL | 307.27º | 0.29% | 0.45% | - |
| HSV(B) | 307.27º | 0.45% | 0.58% | - |
| XYZ | 19.96 | 14.22 | 26.5 | - |
| YUV | 108.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 140 | 0 | 0.45 | 0.05 | 0.42 | 307.27 | 0.29 | 0.45 |
| Hex | 94 | 52 | 8C | 0 | 2D | 5 | 2A | 133 | 1D | 2D |
| Octal | 224 | 122 | 214 | 0 | 55 | 5 | 52 | 463 | 35 | 55 |
| Binary | 10010100 | 1010010 | 10001100 | 0 | 101101 | 101 | 101010 | 100110011 | 11101 | 101101 |
Color Harmonies of #94528C
Complementary color
Monochromatic Colors of #94528C
Black with #94528C
Text Example
Text Example
White with #94528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94528C; }
p { color: rgb(148,82,140); }
H1.HeaderClassName
{
color: #94528C;
}
.AnyTagClassName
{
color: #94528C;
}
</style>
background-color css
<style>
a { background-color: #94528C; }
a { background-color: rgb(148,82,140); }
div.DivClassName
{
background-color: #94528C;
}
.BgClassName
{
background-color: #94528C;
}
</style>
border-color css
<style>
span { border-color: #94528C; }
span { border-color: rgb(148,82,140); }
td.TdClassName
{
border-color: #94528C;
}
.TagClassName
{
border-color: #94528C;
}
</style>