Shades of Violet Blue #994388
Tints of Violet Blue #994388
RGB
CMYK
RGB Variations
Color information
#994388 (or 0x994388) is known color: Violet Blue. HEX triplet: 99, 43 and 88. RGB value is (153,67,136). Sum of RGB (Red+Green+Blue) = 153+67+136=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #994388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994388 is #66BC77. Grayscale: #646464. Windows color (decimal): -6732920 or 8930201. OLE color: 8930201.
HSL color Cylindrical-coordinate representation of color #994388: hue angle of 311.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994388 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 136 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.4 |
| HSL | 311.86º | 0.39% | 0.43% | - |
| HSV(B) | 311.86º | 0.56% | 0.6% | - |
| XYZ | 19.59 | 12.56 | 24.69 | - |
| YUV | 100.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 136 | 0 | 0.56 | 0.11 | 0.4 | 311.86 | 0.39 | 0.43 |
| Hex | 99 | 43 | 88 | 0 | 38 | B | 28 | 138 | 27 | 2B |
| Octal | 231 | 103 | 210 | 0 | 70 | 13 | 50 | 470 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10001000 | 0 | 111000 | 1011 | 101000 | 100111000 | 100111 | 101011 |
Color Harmonies of #994388
Complementary color
Monochromatic Colors of #994388
Black with #994388
Text Example
Text Example
White with #994388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994388; }
p { color: rgb(153,67,136); }
H1.HeaderClassName
{
color: #994388;
}
.AnyTagClassName
{
color: #994388;
}
</style>
background-color css
<style>
a { background-color: #994388; }
a { background-color: rgb(153,67,136); }
div.DivClassName
{
background-color: #994388;
}
.BgClassName
{
background-color: #994388;
}
</style>
border-color css
<style>
span { border-color: #994388; }
span { border-color: rgb(153,67,136); }
td.TdClassName
{
border-color: #994388;
}
.TagClassName
{
border-color: #994388;
}
</style>