Shades of Violet Blue #947298
Tints of Violet Blue #947298
RGB
CMYK
RGB Variations
Color information
#947298 (or 0x947298) is known color: Violet Blue. HEX triplet: 94, 72 and 98. RGB value is (148,114,152). Sum of RGB (Red+Green+Blue) = 148+114+152=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #947298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947298 is #6B8D67. Grayscale: #808080. Windows color (decimal): -7048552 or 9990804. OLE color: 9990804.
HSL color Cylindrical-coordinate representation of color #947298: hue angle of 293.68º 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 #947298 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 114 | 152 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.40 |
| HSL | 293.68º | 0.16% | 0.52% | - |
| HSV(B) | 293.68º | 0.25% | 0.6% | - |
| XYZ | 23.9 | 20.6 | 32.42 | - |
| YUV | 128.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 152 | 0.03 | 0.25 | 0 | 0.40 | 293.68 | 0.16 | 0.52 |
| Hex | 94 | 72 | 98 | 3 | 19 | 0 | 28 | 126 | 10 | 34 |
| Octal | 224 | 162 | 230 | 3 | 31 | 0 | 50 | 446 | 20 | 64 |
| Binary | 10010100 | 1110010 | 10011000 | 11 | 11001 | 0 | 101000 | 100100110 | 10000 | 110100 |
Color Harmonies of #947298
Complementary color
Monochromatic Colors of #947298
Black with #947298
Text Example
Text Example
White with #947298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947298; }
p { color: rgb(148,114,152); }
H1.HeaderClassName
{
color: #947298;
}
.AnyTagClassName
{
color: #947298;
}
</style>
background-color css
<style>
a { background-color: #947298; }
a { background-color: rgb(148,114,152); }
div.DivClassName
{
background-color: #947298;
}
.BgClassName
{
background-color: #947298;
}
</style>
border-color css
<style>
span { border-color: #947298; }
span { border-color: rgb(148,114,152); }
td.TdClassName
{
border-color: #947298;
}
.TagClassName
{
border-color: #947298;
}
</style>