Shades of Violet Blue #994993
Tints of Violet Blue #994993
RGB
CMYK
RGB Variations
Color information
#994993 (or 0x994993) is known color: Violet Blue. HEX triplet: 99, 49 and 93. RGB value is (153,73,147). Sum of RGB (Red+Green+Blue) = 153+73+147=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994993 is #66B66C. Grayscale: #696969. Windows color (decimal): -6731373 or 9652633. OLE color: 9652633.
HSL color Cylindrical-coordinate representation of color #994993: hue angle of 304.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994993 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 147 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.4 |
| HSL | 304.5º | 0.35% | 0.44% | - |
| HSV(B) | 304.5º | 0.52% | 0.6% | - |
| XYZ | 20.79 | 13.64 | 29.14 | - |
| YUV | 105.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 147 | 0 | 0.52 | 0.04 | 0.4 | 304.5 | 0.35 | 0.44 |
| Hex | 99 | 49 | 93 | 0 | 34 | 4 | 28 | 130 | 23 | 2C |
| Octal | 231 | 111 | 223 | 0 | 64 | 4 | 50 | 460 | 43 | 54 |
| Binary | 10011001 | 1001001 | 10010011 | 0 | 110100 | 100 | 101000 | 100110000 | 100011 | 101100 |
Color Harmonies of #994993
Complementary color
Monochromatic Colors of #994993
Black with #994993
Text Example
Text Example
White with #994993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994993; }
p { color: rgb(153,73,147); }
H1.HeaderClassName
{
color: #994993;
}
.AnyTagClassName
{
color: #994993;
}
</style>
background-color css
<style>
a { background-color: #994993; }
a { background-color: rgb(153,73,147); }
div.DivClassName
{
background-color: #994993;
}
.BgClassName
{
background-color: #994993;
}
</style>
border-color css
<style>
span { border-color: #994993; }
span { border-color: rgb(153,73,147); }
td.TdClassName
{
border-color: #994993;
}
.TagClassName
{
border-color: #994993;
}
</style>