Shades of Violet Blue #915993
Tints of Violet Blue #915993
RGB
CMYK
RGB Variations
Color information
#915993 (or 0x915993) is known color: Violet Blue. HEX triplet: 91, 59 and 93. RGB value is (145,89,147). Sum of RGB (Red+Green+Blue) = 145+89+147=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #915993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915993 is #6EA66C. Grayscale: #707070. Windows color (decimal): -7251565 or 9656721. OLE color: 9656721.
HSL color Cylindrical-coordinate representation of color #915993: hue angle of 297.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915993 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 89 | 147 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.42 |
| HSL | 297.93º | 0.25% | 0.46% | - |
| HSV(B) | 297.93º | 0.39% | 0.58% | - |
| XYZ | 20.52 | 15.27 | 29.47 | - |
| YUV | 112.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 147 | 0.01 | 0.39 | 0 | 0.42 | 297.93 | 0.25 | 0.46 |
| Hex | 91 | 59 | 93 | 1 | 27 | 0 | 2A | 12A | 19 | 2E |
| Octal | 221 | 131 | 223 | 1 | 47 | 0 | 52 | 452 | 31 | 56 |
| Binary | 10010001 | 1011001 | 10010011 | 1 | 100111 | 0 | 101010 | 100101010 | 11001 | 101110 |
Color Harmonies of #915993
Complementary color
Monochromatic Colors of #915993
Black with #915993
Text Example
Text Example
White with #915993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915993; }
p { color: rgb(145,89,147); }
H1.HeaderClassName
{
color: #915993;
}
.AnyTagClassName
{
color: #915993;
}
</style>
background-color css
<style>
a { background-color: #915993; }
a { background-color: rgb(145,89,147); }
div.DivClassName
{
background-color: #915993;
}
.BgClassName
{
background-color: #915993;
}
</style>
border-color css
<style>
span { border-color: #915993; }
span { border-color: rgb(145,89,147); }
td.TdClassName
{
border-color: #915993;
}
.TagClassName
{
border-color: #915993;
}
</style>