Shades of Violet Blue #994888
Tints of Violet Blue #994888
RGB
CMYK
RGB Variations
Color information
#994888 (or 0x994888) is known color: Violet Blue. HEX triplet: 99, 48 and 88. RGB value is (153,72,136). Sum of RGB (Red+Green+Blue) = 153+72+136=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994888 is #66B777. Grayscale: #676767. Windows color (decimal): -6731640 or 8931481. OLE color: 8931481.
HSL color Cylindrical-coordinate representation of color #994888: hue angle of 312.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994888 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 136 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.4 |
| HSL | 312.59º | 0.36% | 0.44% | - |
| HSV(B) | 312.59º | 0.53% | 0.6% | - |
| XYZ | 19.9 | 13.18 | 24.79 | - |
| YUV | 103.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 136 | 0 | 0.53 | 0.11 | 0.4 | 312.59 | 0.36 | 0.44 |
| Hex | 99 | 48 | 88 | 0 | 35 | B | 28 | 139 | 24 | 2C |
| Octal | 231 | 110 | 210 | 0 | 65 | 13 | 50 | 471 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10001000 | 0 | 110101 | 1011 | 101000 | 100111001 | 100100 | 101100 |
Color Harmonies of #994888
Complementary color
Monochromatic Colors of #994888
Black with #994888
Text Example
Text Example
White with #994888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994888; }
p { color: rgb(153,72,136); }
H1.HeaderClassName
{
color: #994888;
}
.AnyTagClassName
{
color: #994888;
}
</style>
background-color css
<style>
a { background-color: #994888; }
a { background-color: rgb(153,72,136); }
div.DivClassName
{
background-color: #994888;
}
.BgClassName
{
background-color: #994888;
}
</style>
border-color css
<style>
span { border-color: #994888; }
span { border-color: rgb(153,72,136); }
td.TdClassName
{
border-color: #994888;
}
.TagClassName
{
border-color: #994888;
}
</style>