Shades of Violet Blue #974C9C
Tints of Violet Blue #974C9C
RGB
CMYK
RGB Variations
Color information
#974C9C (or 0x974C9C) is known color: Violet Blue. HEX triplet: 97, 4C and 9C. RGB value is (151,76,156). Sum of RGB (Red+Green+Blue) = 151+76+156=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #974C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C9C is #68B363. Grayscale: #6B6B6B. Windows color (decimal): -6861668 or 10243223. OLE color: 10243223.
HSL color Cylindrical-coordinate representation of color #974C9C: hue angle of 296.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974C9C is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 76 | 156 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.39 |
| HSL | 296.25º | 0.34% | 0.45% | - |
| HSV(B) | 296.25º | 0.51% | 0.61% | - |
| XYZ | 21.35 | 14.15 | 33.06 | - |
| YUV | 107.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 156 | 0.03 | 0.51 | 0 | 0.39 | 296.25 | 0.34 | 0.45 |
| Hex | 97 | 4C | 9C | 3 | 33 | 0 | 27 | 128 | 22 | 2D |
| Octal | 227 | 114 | 234 | 3 | 63 | 0 | 47 | 450 | 42 | 55 |
| Binary | 10010111 | 1001100 | 10011100 | 11 | 110011 | 0 | 100111 | 100101000 | 100010 | 101101 |
Color Harmonies of #974C9C
Complementary color
Monochromatic Colors of #974C9C
Black with #974C9C
Text Example
Text Example
White with #974C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C9C; }
p { color: rgb(151,76,156); }
H1.HeaderClassName
{
color: #974C9C;
}
.AnyTagClassName
{
color: #974C9C;
}
</style>
background-color css
<style>
a { background-color: #974C9C; }
a { background-color: rgb(151,76,156); }
div.DivClassName
{
background-color: #974C9C;
}
.BgClassName
{
background-color: #974C9C;
}
</style>
border-color css
<style>
span { border-color: #974C9C; }
span { border-color: rgb(151,76,156); }
td.TdClassName
{
border-color: #974C9C;
}
.TagClassName
{
border-color: #974C9C;
}
</style>