Shades of Violet Blue #994595
Tints of Violet Blue #994595
RGB
CMYK
RGB Variations
Color information
#994595 (or 0x994595) is known color: Violet Blue. HEX triplet: 99, 45 and 95. RGB value is (153,69,149). Sum of RGB (Red+Green+Blue) = 153+69+149=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994595 is #66BA6A. Grayscale: #676767. Windows color (decimal): -6732395 or 9782681. OLE color: 9782681.
HSL color Cylindrical-coordinate representation of color #994595: hue angle of 302.86º 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 #994595 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 149 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.4 |
| HSL | 302.86º | 0.38% | 0.44% | - |
| HSV(B) | 302.86º | 0.55% | 0.6% | - |
| XYZ | 20.69 | 13.2 | 29.89 | - |
| YUV | 103.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 149 | 0 | 0.55 | 0.03 | 0.4 | 302.86 | 0.38 | 0.44 |
| Hex | 99 | 45 | 95 | 0 | 37 | 3 | 28 | 12F | 26 | 2C |
| Octal | 231 | 105 | 225 | 0 | 67 | 3 | 50 | 457 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10010101 | 0 | 110111 | 11 | 101000 | 100101111 | 100110 | 101100 |
Color Harmonies of #994595
Complementary color
Monochromatic Colors of #994595
Black with #994595
Text Example
Text Example
White with #994595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994595; }
p { color: rgb(153,69,149); }
H1.HeaderClassName
{
color: #994595;
}
.AnyTagClassName
{
color: #994595;
}
</style>
background-color css
<style>
a { background-color: #994595; }
a { background-color: rgb(153,69,149); }
div.DivClassName
{
background-color: #994595;
}
.BgClassName
{
background-color: #994595;
}
</style>
border-color css
<style>
span { border-color: #994595; }
span { border-color: rgb(153,69,149); }
td.TdClassName
{
border-color: #994595;
}
.TagClassName
{
border-color: #994595;
}
</style>