Shades of Violet Blue #915B9D
Tints of Violet Blue #915B9D
RGB
CMYK
RGB Variations
Color information
#915B9D (or 0x915B9D) is known color: Violet Blue. HEX triplet: 91, 5B and 9D. RGB value is (145,91,157). Sum of RGB (Red+Green+Blue) = 145+91+157=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #915B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915B9D is #6EA462. Grayscale: #727272. Windows color (decimal): -7251043 or 10312593. OLE color: 10312593.
HSL color Cylindrical-coordinate representation of color #915B9D: hue angle of 289.09º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915B9D is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 91 | 157 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.38 |
| HSL | 289.09º | 0.27% | 0.49% | - |
| HSV(B) | 289.09º | 0.42% | 0.62% | - |
| XYZ | 21.5 | 15.94 | 33.84 | - |
| YUV | 114.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 157 | 0.08 | 0.42 | 0 | 0.38 | 289.09 | 0.27 | 0.49 |
| Hex | 91 | 5B | 9D | 8 | 2A | 0 | 26 | 121 | 1B | 31 |
| Octal | 221 | 133 | 235 | 10 | 52 | 0 | 46 | 441 | 33 | 61 |
| Binary | 10010001 | 1011011 | 10011101 | 1000 | 101010 | 0 | 100110 | 100100001 | 11011 | 110001 |
Color Harmonies of #915B9D
Complementary color
Monochromatic Colors of #915B9D
Black with #915B9D
Text Example
Text Example
White with #915B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B9D; }
p { color: rgb(145,91,157); }
H1.HeaderClassName
{
color: #915B9D;
}
.AnyTagClassName
{
color: #915B9D;
}
</style>
background-color css
<style>
a { background-color: #915B9D; }
a { background-color: rgb(145,91,157); }
div.DivClassName
{
background-color: #915B9D;
}
.BgClassName
{
background-color: #915B9D;
}
</style>
border-color css
<style>
span { border-color: #915B9D; }
span { border-color: rgb(145,91,157); }
td.TdClassName
{
border-color: #915B9D;
}
.TagClassName
{
border-color: #915B9D;
}
</style>