Shades of Violet Blue #94559A
Tints of Violet Blue #94559A
RGB
CMYK
RGB Variations
Color information
#94559A (or 0x94559A) is known color: Violet Blue. HEX triplet: 94, 55 and 9A. RGB value is (148,85,154). Sum of RGB (Red+Green+Blue) = 148+85+154=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #94559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94559A is #6BAA65. Grayscale: #6F6F6F. Windows color (decimal): -7055974 or 10114452. OLE color: 10114452.
HSL color Cylindrical-coordinate representation of color #94559A: hue angle of 294.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94559A is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 85 | 154 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.40 |
| HSL | 294.78º | 0.29% | 0.47% | - |
| HSV(B) | 294.78º | 0.45% | 0.6% | - |
| XYZ | 21.29 | 15.13 | 32.37 | - |
| YUV | 111.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 154 | 0.04 | 0.45 | 0 | 0.40 | 294.78 | 0.29 | 0.47 |
| Hex | 94 | 55 | 9A | 4 | 2D | 0 | 28 | 127 | 1D | 2F |
| Octal | 224 | 125 | 232 | 4 | 55 | 0 | 50 | 447 | 35 | 57 |
| Binary | 10010100 | 1010101 | 10011010 | 100 | 101101 | 0 | 101000 | 100100111 | 11101 | 101111 |
Color Harmonies of #94559A
Complementary color
Monochromatic Colors of #94559A
Black with #94559A
Text Example
Text Example
White with #94559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94559A; }
p { color: rgb(148,85,154); }
H1.HeaderClassName
{
color: #94559A;
}
.AnyTagClassName
{
color: #94559A;
}
</style>
background-color css
<style>
a { background-color: #94559A; }
a { background-color: rgb(148,85,154); }
div.DivClassName
{
background-color: #94559A;
}
.BgClassName
{
background-color: #94559A;
}
</style>
border-color css
<style>
span { border-color: #94559A; }
span { border-color: rgb(148,85,154); }
td.TdClassName
{
border-color: #94559A;
}
.TagClassName
{
border-color: #94559A;
}
</style>