Shades of Violet Blue #915094
Tints of Violet Blue #915094
RGB
CMYK
RGB Variations
Color information
#915094 (or 0x915094) is known color: Violet Blue. HEX triplet: 91, 50 and 94. RGB value is (145,80,148). Sum of RGB (Red+Green+Blue) = 145+80+148=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #915094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915094 is #6EAF6B. Grayscale: #6A6A6A. Windows color (decimal): -7253868 or 9719953. OLE color: 9719953.
HSL color Cylindrical-coordinate representation of color #915094: hue angle of 297.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915094 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 80 | 148 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.42 |
| HSL | 297.35º | 0.3% | 0.45% | - |
| HSV(B) | 297.35º | 0.46% | 0.58% | - |
| XYZ | 19.89 | 13.9 | 29.65 | - |
| YUV | 107.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 148 | 0.02 | 0.46 | 0 | 0.42 | 297.35 | 0.3 | 0.45 |
| Hex | 91 | 50 | 94 | 2 | 2E | 0 | 2A | 129 | 1E | 2D |
| Octal | 221 | 120 | 224 | 2 | 56 | 0 | 52 | 451 | 36 | 55 |
| Binary | 10010001 | 1010000 | 10010100 | 10 | 101110 | 0 | 101010 | 100101001 | 11110 | 101101 |
Color Harmonies of #915094
Complementary color
Monochromatic Colors of #915094
Black with #915094
Text Example
Text Example
White with #915094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915094; }
p { color: rgb(145,80,148); }
H1.HeaderClassName
{
color: #915094;
}
.AnyTagClassName
{
color: #915094;
}
</style>
background-color css
<style>
a { background-color: #915094; }
a { background-color: rgb(145,80,148); }
div.DivClassName
{
background-color: #915094;
}
.BgClassName
{
background-color: #915094;
}
</style>
border-color css
<style>
span { border-color: #915094; }
span { border-color: rgb(145,80,148); }
td.TdClassName
{
border-color: #915094;
}
.TagClassName
{
border-color: #915094;
}
</style>