Shades of Violet Blue #994A9C
Tints of Violet Blue #994A9C
RGB
CMYK
RGB Variations
Color information
#994A9C (or 0x994A9C) is known color: Violet Blue. HEX triplet: 99, 4A and 9C. RGB value is (153,74,156). Sum of RGB (Red+Green+Blue) = 153+74+156=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 74 (29.30% from 255 or 19.32% 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 #994A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A9C is #66B563. Grayscale: #6A6A6A. Windows color (decimal): -6731108 or 10242713. OLE color: 10242713.
HSL color Cylindrical-coordinate representation of color #994A9C: hue angle of 297.8º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994A9C is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 74 | 156 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.39 |
| HSL | 297.8º | 0.36% | 0.45% | - |
| HSV(B) | 297.8º | 0.53% | 0.61% | - |
| XYZ | 21.59 | 14.07 | 33.03 | - |
| YUV | 106.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 156 | 0.02 | 0.53 | 0 | 0.39 | 297.8 | 0.36 | 0.45 |
| Hex | 99 | 4A | 9C | 2 | 35 | 0 | 27 | 12A | 24 | 2D |
| Octal | 231 | 112 | 234 | 2 | 65 | 0 | 47 | 452 | 44 | 55 |
| Binary | 10011001 | 1001010 | 10011100 | 10 | 110101 | 0 | 100111 | 100101010 | 100100 | 101101 |
Color Harmonies of #994A9C
Complementary color
Monochromatic Colors of #994A9C
Black with #994A9C
Text Example
Text Example
White with #994A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A9C; }
p { color: rgb(153,74,156); }
H1.HeaderClassName
{
color: #994A9C;
}
.AnyTagClassName
{
color: #994A9C;
}
</style>
background-color css
<style>
a { background-color: #994A9C; }
a { background-color: rgb(153,74,156); }
div.DivClassName
{
background-color: #994A9C;
}
.BgClassName
{
background-color: #994A9C;
}
</style>
border-color css
<style>
span { border-color: #994A9C; }
span { border-color: rgb(153,74,156); }
td.TdClassName
{
border-color: #994A9C;
}
.TagClassName
{
border-color: #994A9C;
}
</style>