Shades of Violet Blue #947392
Tints of Violet Blue #947392
RGB
CMYK
RGB Variations
Color information
#947392 (or 0x947392) is known color: Violet Blue. HEX triplet: 94, 73 and 92. RGB value is (148,115,146). Sum of RGB (Red+Green+Blue) = 148+115+146=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947392 is #6B8C6D. Grayscale: #808080. Windows color (decimal): -7048302 or 9597844. OLE color: 9597844.
HSL color Cylindrical-coordinate representation of color #947392: hue angle of 303.64º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947392 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 146 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.42 |
| HSL | 303.64º | 0.13% | 0.52% | - |
| HSV(B) | 303.64º | 0.22% | 0.58% | - |
| XYZ | 23.53 | 20.63 | 29.94 | - |
| YUV | 128.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 146 | 0 | 0.22 | 0.01 | 0.42 | 303.64 | 0.13 | 0.52 |
| Hex | 94 | 73 | 92 | 0 | 16 | 1 | 2A | 130 | D | 34 |
| Octal | 224 | 163 | 222 | 0 | 26 | 1 | 52 | 460 | 15 | 64 |
| Binary | 10010100 | 1110011 | 10010010 | 0 | 10110 | 1 | 101010 | 100110000 | 1101 | 110100 |
Color Harmonies of #947392
Complementary color
Monochromatic Colors of #947392
Black with #947392
Text Example
Text Example
White with #947392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947392; }
p { color: rgb(148,115,146); }
H1.HeaderClassName
{
color: #947392;
}
.AnyTagClassName
{
color: #947392;
}
</style>
background-color css
<style>
a { background-color: #947392; }
a { background-color: rgb(148,115,146); }
div.DivClassName
{
background-color: #947392;
}
.BgClassName
{
background-color: #947392;
}
</style>
border-color css
<style>
span { border-color: #947392; }
span { border-color: rgb(148,115,146); }
td.TdClassName
{
border-color: #947392;
}
.TagClassName
{
border-color: #947392;
}
</style>