Shades of Violet Blue #915293
Tints of Violet Blue #915293
RGB
CMYK
RGB Variations
Color information
#915293 (or 0x915293) is known color: Violet Blue. HEX triplet: 91, 52 and 93. RGB value is (145,82,147). Sum of RGB (Red+Green+Blue) = 145+82+147=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #915293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915293 is #6EAD6C. Grayscale: #6C6C6C. Windows color (decimal): -7253357 or 9654929. OLE color: 9654929.
HSL color Cylindrical-coordinate representation of color #915293: hue angle of 298.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915293 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 82 | 147 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.42 |
| HSL | 298.15º | 0.28% | 0.45% | - |
| HSV(B) | 298.15º | 0.44% | 0.58% | - |
| XYZ | 19.96 | 14.16 | 29.29 | - |
| YUV | 108.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 147 | 0.01 | 0.44 | 0 | 0.42 | 298.15 | 0.28 | 0.45 |
| Hex | 91 | 52 | 93 | 1 | 2C | 0 | 2A | 12A | 1C | 2D |
| Octal | 221 | 122 | 223 | 1 | 54 | 0 | 52 | 452 | 34 | 55 |
| Binary | 10010001 | 1010010 | 10010011 | 1 | 101100 | 0 | 101010 | 100101010 | 11100 | 101101 |
Color Harmonies of #915293
Complementary color
Monochromatic Colors of #915293
Black with #915293
Text Example
Text Example
White with #915293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915293; }
p { color: rgb(145,82,147); }
H1.HeaderClassName
{
color: #915293;
}
.AnyTagClassName
{
color: #915293;
}
</style>
background-color css
<style>
a { background-color: #915293; }
a { background-color: rgb(145,82,147); }
div.DivClassName
{
background-color: #915293;
}
.BgClassName
{
background-color: #915293;
}
</style>
border-color css
<style>
span { border-color: #915293; }
span { border-color: rgb(145,82,147); }
td.TdClassName
{
border-color: #915293;
}
.TagClassName
{
border-color: #915293;
}
</style>