Shades of Violet Blue #916C93
Tints of Violet Blue #916C93
RGB
CMYK
RGB Variations
Color information
#916C93 (or 0x916C93) is known color: Violet Blue. HEX triplet: 91, 6C and 93. RGB value is (145,108,147). Sum of RGB (Red+Green+Blue) = 145+108+147=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #916C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916C93 is #6E936C. Grayscale: #7B7B7B. Windows color (decimal): -7246701 or 9661585. OLE color: 9661585.
HSL color Cylindrical-coordinate representation of color #916C93: hue angle of 296.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916C93 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 108 | 147 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.42 |
| HSL | 296.92º | 0.15% | 0.5% | - |
| HSV(B) | 296.92º | 0.27% | 0.58% | - |
| XYZ | 22.31 | 18.85 | 30.07 | - |
| YUV | 123.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 147 | 0.01 | 0.27 | 0 | 0.42 | 296.92 | 0.15 | 0.5 |
| Hex | 91 | 6C | 93 | 1 | 1B | 0 | 2A | 129 | F | 32 |
| Octal | 221 | 154 | 223 | 1 | 33 | 0 | 52 | 451 | 17 | 62 |
| Binary | 10010001 | 1101100 | 10010011 | 1 | 11011 | 0 | 101010 | 100101001 | 1111 | 110010 |
Color Harmonies of #916C93
Complementary color
Monochromatic Colors of #916C93
Black with #916C93
Text Example
Text Example
White with #916C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C93; }
p { color: rgb(145,108,147); }
H1.HeaderClassName
{
color: #916C93;
}
.AnyTagClassName
{
color: #916C93;
}
</style>
background-color css
<style>
a { background-color: #916C93; }
a { background-color: rgb(145,108,147); }
div.DivClassName
{
background-color: #916C93;
}
.BgClassName
{
background-color: #916C93;
}
</style>
border-color css
<style>
span { border-color: #916C93; }
span { border-color: rgb(145,108,147); }
td.TdClassName
{
border-color: #916C93;
}
.TagClassName
{
border-color: #916C93;
}
</style>