Shades of Violet Blue #947297
Tints of Violet Blue #947297
RGB
CMYK
RGB Variations
Color information
#947297 (or 0x947297) is known color: Violet Blue. HEX triplet: 94, 72 and 97. RGB value is (148,114,151). Sum of RGB (Red+Green+Blue) = 148+114+151=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #947297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947297 is #6B8D68. Grayscale: #808080. Windows color (decimal): -7048553 or 9925268. OLE color: 9925268.
HSL color Cylindrical-coordinate representation of color #947297: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #947297 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 114 | 151 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.41 |
| HSL | 295.14º | 0.15% | 0.52% | - |
| HSV(B) | 295.14º | 0.25% | 0.59% | - |
| XYZ | 23.82 | 20.56 | 31.99 | - |
| YUV | 128.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 151 | 0.02 | 0.25 | 0 | 0.41 | 295.14 | 0.15 | 0.52 |
| Hex | 94 | 72 | 97 | 2 | 19 | 0 | 29 | 127 | F | 34 |
| Octal | 224 | 162 | 227 | 2 | 31 | 0 | 51 | 447 | 17 | 64 |
| Binary | 10010100 | 1110010 | 10010111 | 10 | 11001 | 0 | 101001 | 100100111 | 1111 | 110100 |
Color Harmonies of #947297
Complementary color
Monochromatic Colors of #947297
Black with #947297
Text Example
Text Example
White with #947297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947297; }
p { color: rgb(148,114,151); }
H1.HeaderClassName
{
color: #947297;
}
.AnyTagClassName
{
color: #947297;
}
</style>
background-color css
<style>
a { background-color: #947297; }
a { background-color: rgb(148,114,151); }
div.DivClassName
{
background-color: #947297;
}
.BgClassName
{
background-color: #947297;
}
</style>
border-color css
<style>
span { border-color: #947297; }
span { border-color: rgb(148,114,151); }
td.TdClassName
{
border-color: #947297;
}
.TagClassName
{
border-color: #947297;
}
</style>