Shades of Violet Blue #925495
Tints of Violet Blue #925495
RGB
CMYK
RGB Variations
Color information
#925495 (or 0x925495) is known color: Violet Blue. HEX triplet: 92, 54 and 95. RGB value is (146,84,149). Sum of RGB (Red+Green+Blue) = 146+84+149=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #925495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925495 is #6DAB6A. Grayscale: #6D6D6D. Windows color (decimal): -7187307 or 9786514. OLE color: 9786514.
HSL color Cylindrical-coordinate representation of color #925495: hue angle of 297.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925495 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 84 | 149 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.42 |
| HSL | 297.23º | 0.28% | 0.46% | - |
| HSV(B) | 297.23º | 0.44% | 0.58% | - |
| XYZ | 20.45 | 14.62 | 30.18 | - |
| YUV | 109.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 149 | 0.02 | 0.44 | 0 | 0.42 | 297.23 | 0.28 | 0.46 |
| Hex | 92 | 54 | 95 | 2 | 2C | 0 | 2A | 129 | 1C | 2E |
| Octal | 222 | 124 | 225 | 2 | 54 | 0 | 52 | 451 | 34 | 56 |
| Binary | 10010010 | 1010100 | 10010101 | 10 | 101100 | 0 | 101010 | 100101001 | 11100 | 101110 |
Color Harmonies of #925495
Complementary color
Monochromatic Colors of #925495
Black with #925495
Text Example
Text Example
White with #925495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925495; }
p { color: rgb(146,84,149); }
H1.HeaderClassName
{
color: #925495;
}
.AnyTagClassName
{
color: #925495;
}
</style>
background-color css
<style>
a { background-color: #925495; }
a { background-color: rgb(146,84,149); }
div.DivClassName
{
background-color: #925495;
}
.BgClassName
{
background-color: #925495;
}
</style>
border-color css
<style>
span { border-color: #925495; }
span { border-color: rgb(146,84,149); }
td.TdClassName
{
border-color: #925495;
}
.TagClassName
{
border-color: #925495;
}
</style>