Shades of Violet Blue #994C8B
Tints of Violet Blue #994C8B
RGB
CMYK
RGB Variations
Color information
#994C8B (or 0x994C8B) is known color: Violet Blue. HEX triplet: 99, 4C and 8B. RGB value is (153,76,139). Sum of RGB (Red+Green+Blue) = 153+76+139=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8B is #66B374. Grayscale: #6A6A6A. Windows color (decimal): -6730613 or 9129113. OLE color: 9129113.
HSL color Cylindrical-coordinate representation of color #994C8B: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C8B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 139 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.4 |
| HSL | 310.91º | 0.34% | 0.45% | - |
| HSV(B) | 310.91º | 0.5% | 0.6% | - |
| XYZ | 20.38 | 13.81 | 26.02 | - |
| YUV | 106.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 139 | 0 | 0.50 | 0.09 | 0.4 | 310.91 | 0.34 | 0.45 |
| Hex | 99 | 4C | 8B | 0 | 32 | 9 | 28 | 137 | 22 | 2D |
| Octal | 231 | 114 | 213 | 0 | 62 | 11 | 50 | 467 | 42 | 55 |
| Binary | 10011001 | 1001100 | 10001011 | 0 | 110010 | 1001 | 101000 | 100110111 | 100010 | 101101 |
Color Harmonies of #994C8B
Complementary color
Monochromatic Colors of #994C8B
Black with #994C8B
Text Example
Text Example
White with #994C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C8B; }
p { color: rgb(153,76,139); }
H1.HeaderClassName
{
color: #994C8B;
}
.AnyTagClassName
{
color: #994C8B;
}
</style>
background-color css
<style>
a { background-color: #994C8B; }
a { background-color: rgb(153,76,139); }
div.DivClassName
{
background-color: #994C8B;
}
.BgClassName
{
background-color: #994C8B;
}
</style>
border-color css
<style>
span { border-color: #994C8B; }
span { border-color: rgb(153,76,139); }
td.TdClassName
{
border-color: #994C8B;
}
.TagClassName
{
border-color: #994C8B;
}
</style>