Shades of Violet Blue #97518B
Tints of Violet Blue #97518B
RGB
CMYK
RGB Variations
Color information
#97518B (or 0x97518B) is known color: Violet Blue. HEX triplet: 97, 51 and 8B. RGB value is (151,81,139). Sum of RGB (Red+Green+Blue) = 151+81+139=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #97518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97518B is #68AE74. Grayscale: #6C6C6C. Windows color (decimal): -6860405 or 9130391. OLE color: 9130391.
HSL color Cylindrical-coordinate representation of color #97518B: hue angle of 310.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97518B is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 139 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.41 |
| HSL | 310.29º | 0.3% | 0.45% | - |
| HSV(B) | 310.29º | 0.46% | 0.59% | - |
| XYZ | 20.37 | 14.33 | 26.12 | - |
| YUV | 108.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 139 | 0 | 0.46 | 0.08 | 0.41 | 310.29 | 0.3 | 0.45 |
| Hex | 97 | 51 | 8B | 0 | 2E | 8 | 29 | 136 | 1E | 2D |
| Octal | 227 | 121 | 213 | 0 | 56 | 10 | 51 | 466 | 36 | 55 |
| Binary | 10010111 | 1010001 | 10001011 | 0 | 101110 | 1000 | 101001 | 100110110 | 11110 | 101101 |
Color Harmonies of #97518B
Complementary color
Monochromatic Colors of #97518B
Black with #97518B
Text Example
Text Example
White with #97518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97518B; }
p { color: rgb(151,81,139); }
H1.HeaderClassName
{
color: #97518B;
}
.AnyTagClassName
{
color: #97518B;
}
</style>
background-color css
<style>
a { background-color: #97518B; }
a { background-color: rgb(151,81,139); }
div.DivClassName
{
background-color: #97518B;
}
.BgClassName
{
background-color: #97518B;
}
</style>
border-color css
<style>
span { border-color: #97518B; }
span { border-color: rgb(151,81,139); }
td.TdClassName
{
border-color: #97518B;
}
.TagClassName
{
border-color: #97518B;
}
</style>