Shades of Violet Blue #97468A
Tints of Violet Blue #97468A
RGB
CMYK
RGB Variations
Color information
#97468A (or 0x97468A) is known color: Violet Blue. HEX triplet: 97, 46 and 8A. RGB value is (151,70,138). Sum of RGB (Red+Green+Blue) = 151+70+138=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97468A is #68B975. Grayscale: #656565. Windows color (decimal): -6863222 or 9062039. OLE color: 9062039.
HSL color Cylindrical-coordinate representation of color #97468A: hue angle of 309.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97468A is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 138 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.41 |
| HSL | 309.63º | 0.37% | 0.43% | - |
| HSV(B) | 309.63º | 0.54% | 0.59% | - |
| XYZ | 19.54 | 12.79 | 25.48 | - |
| YUV | 101.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 138 | 0 | 0.54 | 0.09 | 0.41 | 309.63 | 0.37 | 0.43 |
| Hex | 97 | 46 | 8A | 0 | 36 | 9 | 29 | 136 | 25 | 2B |
| Octal | 227 | 106 | 212 | 0 | 66 | 11 | 51 | 466 | 45 | 53 |
| Binary | 10010111 | 1000110 | 10001010 | 0 | 110110 | 1001 | 101001 | 100110110 | 100101 | 101011 |
Color Harmonies of #97468A
Complementary color
Monochromatic Colors of #97468A
Black with #97468A
Text Example
Text Example
White with #97468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97468A; }
p { color: rgb(151,70,138); }
H1.HeaderClassName
{
color: #97468A;
}
.AnyTagClassName
{
color: #97468A;
}
</style>
background-color css
<style>
a { background-color: #97468A; }
a { background-color: rgb(151,70,138); }
div.DivClassName
{
background-color: #97468A;
}
.BgClassName
{
background-color: #97468A;
}
</style>
border-color css
<style>
span { border-color: #97468A; }
span { border-color: rgb(151,70,138); }
td.TdClassName
{
border-color: #97468A;
}
.TagClassName
{
border-color: #97468A;
}
</style>