Shades of Violet Blue #915D9A
Tints of Violet Blue #915D9A
RGB
CMYK
RGB Variations
Color information
#915D9A (or 0x915D9A) is known color: Violet Blue. HEX triplet: 91, 5D and 9A. RGB value is (145,93,154). Sum of RGB (Red+Green+Blue) = 145+93+154=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #915D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D9A is #6EA265. Grayscale: #737373. Windows color (decimal): -7250534 or 10116497. OLE color: 10116497.
HSL color Cylindrical-coordinate representation of color #915D9A: hue angle of 291.15º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915D9A is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 93 | 154 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.40 |
| HSL | 291.15º | 0.25% | 0.48% | - |
| HSV(B) | 291.15º | 0.4% | 0.6% | - |
| XYZ | 21.42 | 16.18 | 32.57 | - |
| YUV | 115.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 154 | 0.06 | 0.40 | 0 | 0.40 | 291.15 | 0.25 | 0.48 |
| Hex | 91 | 5D | 9A | 6 | 28 | 0 | 28 | 123 | 19 | 30 |
| Octal | 221 | 135 | 232 | 6 | 50 | 0 | 50 | 443 | 31 | 60 |
| Binary | 10010001 | 1011101 | 10011010 | 110 | 101000 | 0 | 101000 | 100100011 | 11001 | 110000 |
Color Harmonies of #915D9A
Complementary color
Monochromatic Colors of #915D9A
Black with #915D9A
Text Example
Text Example
White with #915D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D9A; }
p { color: rgb(145,93,154); }
H1.HeaderClassName
{
color: #915D9A;
}
.AnyTagClassName
{
color: #915D9A;
}
</style>
background-color css
<style>
a { background-color: #915D9A; }
a { background-color: rgb(145,93,154); }
div.DivClassName
{
background-color: #915D9A;
}
.BgClassName
{
background-color: #915D9A;
}
</style>
border-color css
<style>
span { border-color: #915D9A; }
span { border-color: rgb(145,93,154); }
td.TdClassName
{
border-color: #915D9A;
}
.TagClassName
{
border-color: #915D9A;
}
</style>