Shades of Violet Blue #91509B
Tints of Violet Blue #91509B
RGB
CMYK
RGB Variations
Color information
#91509B (or 0x91509B) is known color: Violet Blue. HEX triplet: 91, 50 and 9B. RGB value is (145,80,155). Sum of RGB (Red+Green+Blue) = 145+80+155=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #91509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91509B is #6EAF64. Grayscale: #6B6B6B. Windows color (decimal): -7253861 or 10178705. OLE color: 10178705.
HSL color Cylindrical-coordinate representation of color #91509B: hue angle of 292º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91509B is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 80 | 155 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.39 |
| HSL | 292º | 0.32% | 0.46% | - |
| HSV(B) | 292º | 0.48% | 0.61% | - |
| XYZ | 20.46 | 14.12 | 32.66 | - |
| YUV | 107.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 155 | 0.06 | 0.48 | 0 | 0.39 | 292 | 0.32 | 0.46 |
| Hex | 91 | 50 | 9B | 6 | 30 | 0 | 27 | 124 | 20 | 2E |
| Octal | 221 | 120 | 233 | 6 | 60 | 0 | 47 | 444 | 40 | 56 |
| Binary | 10010001 | 1010000 | 10011011 | 110 | 110000 | 0 | 100111 | 100100100 | 100000 | 101110 |
Color Harmonies of #91509B
Complementary color
Monochromatic Colors of #91509B
Black with #91509B
Text Example
Text Example
White with #91509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91509B; }
p { color: rgb(145,80,155); }
H1.HeaderClassName
{
color: #91509B;
}
.AnyTagClassName
{
color: #91509B;
}
</style>
background-color css
<style>
a { background-color: #91509B; }
a { background-color: rgb(145,80,155); }
div.DivClassName
{
background-color: #91509B;
}
.BgClassName
{
background-color: #91509B;
}
</style>
border-color css
<style>
span { border-color: #91509B; }
span { border-color: rgb(145,80,155); }
td.TdClassName
{
border-color: #91509B;
}
.TagClassName
{
border-color: #91509B;
}
</style>