Shades of Violet Blue #916796
Tints of Violet Blue #916796
RGB
CMYK
RGB Variations
Color information
#916796 (or 0x916796) is known color: Violet Blue. HEX triplet: 91, 67 and 96. RGB value is (145,103,150). Sum of RGB (Red+Green+Blue) = 145+103+150=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #916796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916796 is #6E9869. Grayscale: #787878. Windows color (decimal): -7247978 or 9856913. OLE color: 9856913.
HSL color Cylindrical-coordinate representation of color #916796: hue angle of 293.62º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916796 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 103 | 150 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.41 |
| HSL | 293.62º | 0.19% | 0.5% | - |
| HSV(B) | 293.62º | 0.31% | 0.59% | - |
| XYZ | 22.03 | 17.92 | 31.15 | - |
| YUV | 120.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 150 | 0.03 | 0.31 | 0 | 0.41 | 293.62 | 0.19 | 0.5 |
| Hex | 91 | 67 | 96 | 3 | 1F | 0 | 29 | 126 | 13 | 32 |
| Octal | 221 | 147 | 226 | 3 | 37 | 0 | 51 | 446 | 23 | 62 |
| Binary | 10010001 | 1100111 | 10010110 | 11 | 11111 | 0 | 101001 | 100100110 | 10011 | 110010 |
Color Harmonies of #916796
Complementary color
Monochromatic Colors of #916796
Black with #916796
Text Example
Text Example
White with #916796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916796; }
p { color: rgb(145,103,150); }
H1.HeaderClassName
{
color: #916796;
}
.AnyTagClassName
{
color: #916796;
}
</style>
background-color css
<style>
a { background-color: #916796; }
a { background-color: rgb(145,103,150); }
div.DivClassName
{
background-color: #916796;
}
.BgClassName
{
background-color: #916796;
}
</style>
border-color css
<style>
span { border-color: #916796; }
span { border-color: rgb(145,103,150); }
td.TdClassName
{
border-color: #916796;
}
.TagClassName
{
border-color: #916796;
}
</style>