Shades of Violet Blue #915F9B
Tints of Violet Blue #915F9B
RGB
CMYK
RGB Variations
Color information
#915F9B (or 0x915F9B) is known color: Violet Blue. HEX triplet: 91, 5F and 9B. RGB value is (145,95,155). Sum of RGB (Red+Green+Blue) = 145+95+155=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #915F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F9B is #6EA064. Grayscale: #747474. Windows color (decimal): -7250021 or 10182545. OLE color: 10182545.
HSL color Cylindrical-coordinate representation of color #915F9B: hue angle of 290º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915F9B is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 95 | 155 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.39 |
| HSL | 290º | 0.24% | 0.49% | - |
| HSV(B) | 290º | 0.39% | 0.61% | - |
| XYZ | 21.69 | 16.57 | 33.07 | - |
| YUV | 116.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 155 | 0.06 | 0.39 | 0 | 0.39 | 290 | 0.24 | 0.49 |
| Hex | 91 | 5F | 9B | 6 | 27 | 0 | 27 | 122 | 18 | 31 |
| Octal | 221 | 137 | 233 | 6 | 47 | 0 | 47 | 442 | 30 | 61 |
| Binary | 10010001 | 1011111 | 10011011 | 110 | 100111 | 0 | 100111 | 100100010 | 11000 | 110001 |
Color Harmonies of #915F9B
Complementary color
Monochromatic Colors of #915F9B
Black with #915F9B
Text Example
Text Example
White with #915F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F9B; }
p { color: rgb(145,95,155); }
H1.HeaderClassName
{
color: #915F9B;
}
.AnyTagClassName
{
color: #915F9B;
}
</style>
background-color css
<style>
a { background-color: #915F9B; }
a { background-color: rgb(145,95,155); }
div.DivClassName
{
background-color: #915F9B;
}
.BgClassName
{
background-color: #915F9B;
}
</style>
border-color css
<style>
span { border-color: #915F9B; }
span { border-color: rgb(145,95,155); }
td.TdClassName
{
border-color: #915F9B;
}
.TagClassName
{
border-color: #915F9B;
}
</style>