Shades of Violet Blue #994393
Tints of Violet Blue #994393
RGB
CMYK
RGB Variations
Color information
#994393 (or 0x994393) is known color: Violet Blue. HEX triplet: 99, 43 and 93. RGB value is (153,67,147). Sum of RGB (Red+Green+Blue) = 153+67+147=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994393 is #66BC6C. Grayscale: #656565. Windows color (decimal): -6732909 or 9651097. OLE color: 9651097.
HSL color Cylindrical-coordinate representation of color #994393: hue angle of 304.19º 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 #994393 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 147 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.4 |
| HSL | 304.19º | 0.39% | 0.43% | - |
| HSV(B) | 304.19º | 0.56% | 0.6% | - |
| XYZ | 20.41 | 12.89 | 29.02 | - |
| YUV | 101.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 147 | 0 | 0.56 | 0.04 | 0.4 | 304.19 | 0.39 | 0.43 |
| Hex | 99 | 43 | 93 | 0 | 38 | 4 | 28 | 130 | 27 | 2B |
| Octal | 231 | 103 | 223 | 0 | 70 | 4 | 50 | 460 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10010011 | 0 | 111000 | 100 | 101000 | 100110000 | 100111 | 101011 |
Color Harmonies of #994393
Complementary color
Monochromatic Colors of #994393
Black with #994393
Text Example
Text Example
White with #994393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994393; }
p { color: rgb(153,67,147); }
H1.HeaderClassName
{
color: #994393;
}
.AnyTagClassName
{
color: #994393;
}
</style>
background-color css
<style>
a { background-color: #994393; }
a { background-color: rgb(153,67,147); }
div.DivClassName
{
background-color: #994393;
}
.BgClassName
{
background-color: #994393;
}
</style>
border-color css
<style>
span { border-color: #994393; }
span { border-color: rgb(153,67,147); }
td.TdClassName
{
border-color: #994393;
}
.TagClassName
{
border-color: #994393;
}
</style>