Shades of Violet Blue #97518A
Tints of Violet Blue #97518A
RGB
CMYK
RGB Variations
Color information
#97518A (or 0x97518A) is known color: Violet Blue. HEX triplet: 97, 51 and 8A. RGB value is (151,81,138). Sum of RGB (Red+Green+Blue) = 151+81+138=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #97518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97518A is #68AE75. Grayscale: #6C6C6C. Windows color (decimal): -6860406 or 9064855. OLE color: 9064855.
HSL color Cylindrical-coordinate representation of color #97518A: hue angle of 311.14º 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 #97518A is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 138 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.41 |
| HSL | 311.14º | 0.3% | 0.45% | - |
| HSV(B) | 311.14º | 0.46% | 0.59% | - |
| XYZ | 20.29 | 14.3 | 25.74 | - |
| YUV | 108.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 138 | 0 | 0.46 | 0.09 | 0.41 | 311.14 | 0.3 | 0.45 |
| Hex | 97 | 51 | 8A | 0 | 2E | 9 | 29 | 137 | 1E | 2D |
| Octal | 227 | 121 | 212 | 0 | 56 | 11 | 51 | 467 | 36 | 55 |
| Binary | 10010111 | 1010001 | 10001010 | 0 | 101110 | 1001 | 101001 | 100110111 | 11110 | 101101 |
Color Harmonies of #97518A
Complementary color
Monochromatic Colors of #97518A
Black with #97518A
Text Example
Text Example
White with #97518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97518A; }
p { color: rgb(151,81,138); }
H1.HeaderClassName
{
color: #97518A;
}
.AnyTagClassName
{
color: #97518A;
}
</style>
background-color css
<style>
a { background-color: #97518A; }
a { background-color: rgb(151,81,138); }
div.DivClassName
{
background-color: #97518A;
}
.BgClassName
{
background-color: #97518A;
}
</style>
border-color css
<style>
span { border-color: #97518A; }
span { border-color: rgb(151,81,138); }
td.TdClassName
{
border-color: #97518A;
}
.TagClassName
{
border-color: #97518A;
}
</style>