Shades of Violet Blue #915B93
Tints of Violet Blue #915B93
RGB
CMYK
RGB Variations
Color information
#915B93 (or 0x915B93) is known color: Violet Blue. HEX triplet: 91, 5B and 93. RGB value is (145,91,147). Sum of RGB (Red+Green+Blue) = 145+91+147=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #915B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915B93 is #6EA46C. Grayscale: #717171. Windows color (decimal): -7251053 or 9657233. OLE color: 9657233.
HSL color Cylindrical-coordinate representation of color #915B93: hue angle of 297.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915B93 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 91 | 147 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.42 |
| HSL | 297.86º | 0.24% | 0.47% | - |
| HSV(B) | 297.86º | 0.38% | 0.58% | - |
| XYZ | 20.68 | 15.61 | 29.53 | - |
| YUV | 113.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 147 | 0.01 | 0.38 | 0 | 0.42 | 297.86 | 0.24 | 0.47 |
| Hex | 91 | 5B | 93 | 1 | 26 | 0 | 2A | 12A | 18 | 2F |
| Octal | 221 | 133 | 223 | 1 | 46 | 0 | 52 | 452 | 30 | 57 |
| Binary | 10010001 | 1011011 | 10010011 | 1 | 100110 | 0 | 101010 | 100101010 | 11000 | 101111 |
Color Harmonies of #915B93
Complementary color
Monochromatic Colors of #915B93
Black with #915B93
Text Example
Text Example
White with #915B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B93; }
p { color: rgb(145,91,147); }
H1.HeaderClassName
{
color: #915B93;
}
.AnyTagClassName
{
color: #915B93;
}
</style>
background-color css
<style>
a { background-color: #915B93; }
a { background-color: rgb(145,91,147); }
div.DivClassName
{
background-color: #915B93;
}
.BgClassName
{
background-color: #915B93;
}
</style>
border-color css
<style>
span { border-color: #915B93; }
span { border-color: rgb(145,91,147); }
td.TdClassName
{
border-color: #915B93;
}
.TagClassName
{
border-color: #915B93;
}
</style>