Shades of Violet Blue #97679C
Tints of Violet Blue #97679C
RGB
CMYK
RGB Variations
Color information
#97679C (or 0x97679C) is known color: Violet Blue. HEX triplet: 97, 67 and 9C. RGB value is (151,103,156). Sum of RGB (Red+Green+Blue) = 151+103+156=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #97679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97679C is #689863. Grayscale: #7B7B7B. Windows color (decimal): -6854756 or 10250135. OLE color: 10250135.
HSL color Cylindrical-coordinate representation of color #97679C: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97679C is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 103 | 156 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.39 |
| HSL | 294.34º | 0.21% | 0.51% | - |
| HSV(B) | 294.34º | 0.34% | 0.61% | - |
| XYZ | 23.61 | 18.68 | 33.81 | - |
| YUV | 123.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 156 | 0.03 | 0.34 | 0 | 0.39 | 294.34 | 0.21 | 0.51 |
| Hex | 97 | 67 | 9C | 3 | 22 | 0 | 27 | 126 | 15 | 33 |
| Octal | 227 | 147 | 234 | 3 | 42 | 0 | 47 | 446 | 25 | 63 |
| Binary | 10010111 | 1100111 | 10011100 | 11 | 100010 | 0 | 100111 | 100100110 | 10101 | 110011 |
Color Harmonies of #97679C
Complementary color
Monochromatic Colors of #97679C
Black with #97679C
Text Example
Text Example
White with #97679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97679C; }
p { color: rgb(151,103,156); }
H1.HeaderClassName
{
color: #97679C;
}
.AnyTagClassName
{
color: #97679C;
}
</style>
background-color css
<style>
a { background-color: #97679C; }
a { background-color: rgb(151,103,156); }
div.DivClassName
{
background-color: #97679C;
}
.BgClassName
{
background-color: #97679C;
}
</style>
border-color css
<style>
span { border-color: #97679C; }
span { border-color: rgb(151,103,156); }
td.TdClassName
{
border-color: #97679C;
}
.TagClassName
{
border-color: #97679C;
}
</style>