Shades of Violet Blue #994A8C
Tints of Violet Blue #994A8C
RGB
CMYK
RGB Variations
Color information
#994A8C (or 0x994A8C) is known color: Violet Blue. HEX triplet: 99, 4A and 8C. RGB value is (153,74,140). Sum of RGB (Red+Green+Blue) = 153+74+140=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A8C is #66B573. Grayscale: #686868. Windows color (decimal): -6731124 or 9194137. OLE color: 9194137.
HSL color Cylindrical-coordinate representation of color #994A8C: hue angle of 309.87º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A8C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 140 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.4 |
| HSL | 309.87º | 0.35% | 0.45% | - |
| HSV(B) | 309.87º | 0.52% | 0.6% | - |
| XYZ | 20.32 | 13.56 | 26.36 | - |
| YUV | 105.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 140 | 0 | 0.52 | 0.08 | 0.4 | 309.87 | 0.35 | 0.45 |
| Hex | 99 | 4A | 8C | 0 | 34 | 8 | 28 | 136 | 23 | 2D |
| Octal | 231 | 112 | 214 | 0 | 64 | 10 | 50 | 466 | 43 | 55 |
| Binary | 10011001 | 1001010 | 10001100 | 0 | 110100 | 1000 | 101000 | 100110110 | 100011 | 101101 |
Color Harmonies of #994A8C
Complementary color
Monochromatic Colors of #994A8C
Black with #994A8C
Text Example
Text Example
White with #994A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A8C; }
p { color: rgb(153,74,140); }
H1.HeaderClassName
{
color: #994A8C;
}
.AnyTagClassName
{
color: #994A8C;
}
</style>
background-color css
<style>
a { background-color: #994A8C; }
a { background-color: rgb(153,74,140); }
div.DivClassName
{
background-color: #994A8C;
}
.BgClassName
{
background-color: #994A8C;
}
</style>
border-color css
<style>
span { border-color: #994A8C; }
span { border-color: rgb(153,74,140); }
td.TdClassName
{
border-color: #994A8C;
}
.TagClassName
{
border-color: #994A8C;
}
</style>