Shades of Vivid Violet #993994
Tints of Vivid Violet #993994
RGB
CMYK
RGB Variations
Color information
#993994 (or 0x993994) is known color: Vivid Violet. HEX triplet: 99, 39 and 94. RGB value is (153,57,148). Sum of RGB (Red+Green+Blue) = 153+57+148=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #993994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993994 is #66C66B. Grayscale: #5F5F5F. Windows color (decimal): -6735468 or 9714073. OLE color: 9714073.
HSL color Cylindrical-coordinate representation of color #993994: hue angle of 303.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993994 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 148 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.4 |
| HSL | 303.13º | 0.46% | 0.41% | - |
| HSV(B) | 303.13º | 0.63% | 0.6% | - |
| XYZ | 19.95 | 11.84 | 29.25 | - |
| YUV | 96.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 148 | 0 | 0.63 | 0.03 | 0.4 | 303.13 | 0.46 | 0.41 |
| Hex | 99 | 39 | 94 | 0 | 3F | 3 | 28 | 12F | 2E | 29 |
| Octal | 231 | 71 | 224 | 0 | 77 | 3 | 50 | 457 | 56 | 51 |
| Binary | 10011001 | 111001 | 10010100 | 0 | 111111 | 11 | 101000 | 100101111 | 101110 | 101001 |
Color Harmonies of #993994
Complementary color
Monochromatic Colors of #993994
Black with #993994
Text Example
Text Example
White with #993994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993994; }
p { color: rgb(153,57,148); }
H1.HeaderClassName
{
color: #993994;
}
.AnyTagClassName
{
color: #993994;
}
</style>
background-color css
<style>
a { background-color: #993994; }
a { background-color: rgb(153,57,148); }
div.DivClassName
{
background-color: #993994;
}
.BgClassName
{
background-color: #993994;
}
</style>
border-color css
<style>
span { border-color: #993994; }
span { border-color: rgb(153,57,148); }
td.TdClassName
{
border-color: #993994;
}
.TagClassName
{
border-color: #993994;
}
</style>