Shades of Violet Blue #947299
Tints of Violet Blue #947299
RGB
CMYK
RGB Variations
Color information
#947299 (or 0x947299) is known color: Violet Blue. HEX triplet: 94, 72 and 99. RGB value is (148,114,153). Sum of RGB (Red+Green+Blue) = 148+114+153=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #947299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947299 is #6B8D66. Grayscale: #808080. Windows color (decimal): -7048551 or 10056340. OLE color: 10056340.
HSL color Cylindrical-coordinate representation of color #947299: hue angle of 292.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #947299 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 114 | 153 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.4 |
| HSL | 292.31º | 0.16% | 0.52% | - |
| HSV(B) | 292.31º | 0.25% | 0.6% | - |
| XYZ | 23.98 | 20.63 | 32.86 | - |
| YUV | 128.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 153 | 0.03 | 0.25 | 0 | 0.4 | 292.31 | 0.16 | 0.52 |
| Hex | 94 | 72 | 99 | 3 | 19 | 0 | 28 | 124 | 10 | 34 |
| Octal | 224 | 162 | 231 | 3 | 31 | 0 | 50 | 444 | 20 | 64 |
| Binary | 10010100 | 1110010 | 10011001 | 11 | 11001 | 0 | 101000 | 100100100 | 10000 | 110100 |
Color Harmonies of #947299
Complementary color
Monochromatic Colors of #947299
Black with #947299
Text Example
Text Example
White with #947299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947299; }
p { color: rgb(148,114,153); }
H1.HeaderClassName
{
color: #947299;
}
.AnyTagClassName
{
color: #947299;
}
</style>
background-color css
<style>
a { background-color: #947299; }
a { background-color: rgb(148,114,153); }
div.DivClassName
{
background-color: #947299;
}
.BgClassName
{
background-color: #947299;
}
</style>
border-color css
<style>
span { border-color: #947299; }
span { border-color: rgb(148,114,153); }
td.TdClassName
{
border-color: #947299;
}
.TagClassName
{
border-color: #947299;
}
</style>