Shades of Violet Blue #947693
Tints of Violet Blue #947693
RGB
CMYK
RGB Variations
Color information
#947693 (or 0x947693) is known color: Violet Blue. HEX triplet: 94, 76 and 93. RGB value is (148,118,147). Sum of RGB (Red+Green+Blue) = 148+118+147=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #947693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947693 is #6B896C. Grayscale: #828282. Windows color (decimal): -7047533 or 9664148. OLE color: 9664148.
HSL color Cylindrical-coordinate representation of color #947693: hue angle of 302º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947693 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 147 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.42 |
| HSL | 302º | 0.12% | 0.52% | - |
| HSV(B) | 302º | 0.2% | 0.58% | - |
| XYZ | 23.96 | 21.36 | 30.46 | - |
| YUV | 130.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 147 | 0 | 0.20 | 0.01 | 0.42 | 302 | 0.12 | 0.52 |
| Hex | 94 | 76 | 93 | 0 | 14 | 1 | 2A | 12E | C | 34 |
| Octal | 224 | 166 | 223 | 0 | 24 | 1 | 52 | 456 | 14 | 64 |
| Binary | 10010100 | 1110110 | 10010011 | 0 | 10100 | 1 | 101010 | 100101110 | 1100 | 110100 |
Color Harmonies of #947693
Complementary color
Monochromatic Colors of #947693
Black with #947693
Text Example
Text Example
White with #947693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947693; }
p { color: rgb(148,118,147); }
H1.HeaderClassName
{
color: #947693;
}
.AnyTagClassName
{
color: #947693;
}
</style>
background-color css
<style>
a { background-color: #947693; }
a { background-color: rgb(148,118,147); }
div.DivClassName
{
background-color: #947693;
}
.BgClassName
{
background-color: #947693;
}
</style>
border-color css
<style>
span { border-color: #947693; }
span { border-color: rgb(148,118,147); }
td.TdClassName
{
border-color: #947693;
}
.TagClassName
{
border-color: #947693;
}
</style>