Shades of Violet Blue #925A95
Tints of Violet Blue #925A95
RGB
CMYK
RGB Variations
Color information
#925A95 (or 0x925A95) is known color: Violet Blue. HEX triplet: 92, 5A and 95. RGB value is (146,90,149). Sum of RGB (Red+Green+Blue) = 146+90+149=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #925A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925A95 is #6DA56A. Grayscale: #717171. Windows color (decimal): -7185771 or 9788050. OLE color: 9788050.
HSL color Cylindrical-coordinate representation of color #925A95: hue angle of 296.95º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925A95 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 90 | 149 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.42 |
| HSL | 296.95º | 0.25% | 0.47% | - |
| HSV(B) | 296.95º | 0.4% | 0.58% | - |
| XYZ | 20.94 | 15.59 | 30.34 | - |
| YUV | 113.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 149 | 0.02 | 0.40 | 0 | 0.42 | 296.95 | 0.25 | 0.47 |
| Hex | 92 | 5A | 95 | 2 | 28 | 0 | 2A | 129 | 19 | 2F |
| Octal | 222 | 132 | 225 | 2 | 50 | 0 | 52 | 451 | 31 | 57 |
| Binary | 10010010 | 1011010 | 10010101 | 10 | 101000 | 0 | 101010 | 100101001 | 11001 | 101111 |
Color Harmonies of #925A95
Complementary color
Monochromatic Colors of #925A95
Black with #925A95
Text Example
Text Example
White with #925A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A95; }
p { color: rgb(146,90,149); }
H1.HeaderClassName
{
color: #925A95;
}
.AnyTagClassName
{
color: #925A95;
}
</style>
background-color css
<style>
a { background-color: #925A95; }
a { background-color: rgb(146,90,149); }
div.DivClassName
{
background-color: #925A95;
}
.BgClassName
{
background-color: #925A95;
}
</style>
border-color css
<style>
span { border-color: #925A95; }
span { border-color: rgb(146,90,149); }
td.TdClassName
{
border-color: #925A95;
}
.TagClassName
{
border-color: #925A95;
}
</style>