Shades of Violet Blue #915D93
Tints of Violet Blue #915D93
RGB
CMYK
RGB Variations
Color information
#915D93 (or 0x915D93) is known color: Violet Blue. HEX triplet: 91, 5D and 93. RGB value is (145,93,147). Sum of RGB (Red+Green+Blue) = 145+93+147=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #915D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D93 is #6EA26C. Grayscale: #727272. Windows color (decimal): -7250541 or 9657745. OLE color: 9657745.
HSL color Cylindrical-coordinate representation of color #915D93: hue angle of 297.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915D93 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 93 | 147 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.42 |
| HSL | 297.78º | 0.23% | 0.47% | - |
| HSV(B) | 297.78º | 0.37% | 0.58% | - |
| XYZ | 20.86 | 15.96 | 29.58 | - |
| YUV | 114.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 147 | 0.01 | 0.37 | 0 | 0.42 | 297.78 | 0.23 | 0.47 |
| Hex | 91 | 5D | 93 | 1 | 25 | 0 | 2A | 12A | 16 | 2F |
| Octal | 221 | 135 | 223 | 1 | 45 | 0 | 52 | 452 | 26 | 57 |
| Binary | 10010001 | 1011101 | 10010011 | 1 | 100101 | 0 | 101010 | 100101010 | 10110 | 101111 |
Color Harmonies of #915D93
Complementary color
Monochromatic Colors of #915D93
Black with #915D93
Text Example
Text Example
White with #915D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D93; }
p { color: rgb(145,93,147); }
H1.HeaderClassName
{
color: #915D93;
}
.AnyTagClassName
{
color: #915D93;
}
</style>
background-color css
<style>
a { background-color: #915D93; }
a { background-color: rgb(145,93,147); }
div.DivClassName
{
background-color: #915D93;
}
.BgClassName
{
background-color: #915D93;
}
</style>
border-color css
<style>
span { border-color: #915D93; }
span { border-color: rgb(145,93,147); }
td.TdClassName
{
border-color: #915D93;
}
.TagClassName
{
border-color: #915D93;
}
</style>