Shades of Violet Blue #915992
Tints of Violet Blue #915992
RGB
CMYK
RGB Variations
Color information
#915992 (or 0x915992) is known color: Violet Blue. HEX triplet: 91, 59 and 92. RGB value is (145,89,146). Sum of RGB (Red+Green+Blue) = 145+89+146=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #915992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915992 is #6EA66D. Grayscale: #707070. Windows color (decimal): -7251566 or 9591185. OLE color: 9591185.
HSL color Cylindrical-coordinate representation of color #915992: hue angle of 298.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915992 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 146 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.43 |
| HSL | 298.95º | 0.24% | 0.46% | - |
| HSV(B) | 298.95º | 0.39% | 0.57% | - |
| XYZ | 20.44 | 15.24 | 29.06 | - |
| YUV | 112.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 146 | 0.01 | 0.39 | 0 | 0.43 | 298.95 | 0.24 | 0.46 |
| Hex | 91 | 59 | 92 | 1 | 27 | 0 | 2B | 12B | 18 | 2E |
| Octal | 221 | 131 | 222 | 1 | 47 | 0 | 53 | 453 | 30 | 56 |
| Binary | 10010001 | 1011001 | 10010010 | 1 | 100111 | 0 | 101011 | 100101011 | 11000 | 101110 |
Color Harmonies of #915992
Complementary color
Monochromatic Colors of #915992
Black with #915992
Text Example
Text Example
White with #915992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915992; }
p { color: rgb(145,89,146); }
H1.HeaderClassName
{
color: #915992;
}
.AnyTagClassName
{
color: #915992;
}
</style>
background-color css
<style>
a { background-color: #915992; }
a { background-color: rgb(145,89,146); }
div.DivClassName
{
background-color: #915992;
}
.BgClassName
{
background-color: #915992;
}
</style>
border-color css
<style>
span { border-color: #915992; }
span { border-color: rgb(145,89,146); }
td.TdClassName
{
border-color: #915992;
}
.TagClassName
{
border-color: #915992;
}
</style>