Shades of Violet Blue #994594
Tints of Violet Blue #994594
RGB
CMYK
RGB Variations
Color information
#994594 (or 0x994594) is known color: Violet Blue. HEX triplet: 99, 45 and 94. RGB value is (153,69,148). Sum of RGB (Red+Green+Blue) = 153+69+148=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994594 is #66BA6B. Grayscale: #666666. Windows color (decimal): -6732396 or 9717145. OLE color: 9717145.
HSL color Cylindrical-coordinate representation of color #994594: hue angle of 303.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994594 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 148 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.4 |
| HSL | 303.57º | 0.38% | 0.44% | - |
| HSV(B) | 303.57º | 0.55% | 0.6% | - |
| XYZ | 20.61 | 13.17 | 29.47 | - |
| YUV | 103.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 148 | 0 | 0.55 | 0.03 | 0.4 | 303.57 | 0.38 | 0.44 |
| Hex | 99 | 45 | 94 | 0 | 37 | 3 | 28 | 130 | 26 | 2C |
| Octal | 231 | 105 | 224 | 0 | 67 | 3 | 50 | 460 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10010100 | 0 | 110111 | 11 | 101000 | 100110000 | 100110 | 101100 |
Color Harmonies of #994594
Complementary color
Monochromatic Colors of #994594
Black with #994594
Text Example
Text Example
White with #994594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994594; }
p { color: rgb(153,69,148); }
H1.HeaderClassName
{
color: #994594;
}
.AnyTagClassName
{
color: #994594;
}
</style>
background-color css
<style>
a { background-color: #994594; }
a { background-color: rgb(153,69,148); }
div.DivClassName
{
background-color: #994594;
}
.BgClassName
{
background-color: #994594;
}
</style>
border-color css
<style>
span { border-color: #994594; }
span { border-color: rgb(153,69,148); }
td.TdClassName
{
border-color: #994594;
}
.TagClassName
{
border-color: #994594;
}
</style>