Shades of Violet Blue #947595
Tints of Violet Blue #947595
RGB
CMYK
RGB Variations
Color information
#947595 (or 0x947595) is known color: Violet Blue. HEX triplet: 94, 75 and 95. RGB value is (148,117,149). Sum of RGB (Red+Green+Blue) = 148+117+149=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #947595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947595 is #6B8A6A. Grayscale: #818181. Windows color (decimal): -7047787 or 9794964. OLE color: 9794964.
HSL color Cylindrical-coordinate representation of color #947595: hue angle of 298.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947595 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 149 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.42 |
| HSL | 298.13º | 0.13% | 0.52% | - |
| HSV(B) | 298.13º | 0.21% | 0.58% | - |
| XYZ | 24 | 21.19 | 31.26 | - |
| YUV | 129.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 149 | 0.01 | 0.21 | 0 | 0.42 | 298.13 | 0.13 | 0.52 |
| Hex | 94 | 75 | 95 | 1 | 15 | 0 | 2A | 12A | D | 34 |
| Octal | 224 | 165 | 225 | 1 | 25 | 0 | 52 | 452 | 15 | 64 |
| Binary | 10010100 | 1110101 | 10010101 | 1 | 10101 | 0 | 101010 | 100101010 | 1101 | 110100 |
Color Harmonies of #947595
Complementary color
Monochromatic Colors of #947595
Black with #947595
Text Example
Text Example
White with #947595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947595; }
p { color: rgb(148,117,149); }
H1.HeaderClassName
{
color: #947595;
}
.AnyTagClassName
{
color: #947595;
}
</style>
background-color css
<style>
a { background-color: #947595; }
a { background-color: rgb(148,117,149); }
div.DivClassName
{
background-color: #947595;
}
.BgClassName
{
background-color: #947595;
}
</style>
border-color css
<style>
span { border-color: #947595; }
span { border-color: rgb(148,117,149); }
td.TdClassName
{
border-color: #947595;
}
.TagClassName
{
border-color: #947595;
}
</style>