Shades of Vivid Violet #993C8E
Tints of Vivid Violet #993C8E
RGB
CMYK
RGB Variations
Color information
#993C8E (or 0x993C8E) is known color: Vivid Violet. HEX triplet: 99, 3C and 8E. RGB value is (153,60,142). Sum of RGB (Red+Green+Blue) = 153+60+142=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C8E is #66C371. Grayscale: #606060. Windows color (decimal): -6734706 or 9321625. OLE color: 9321625.
HSL color Cylindrical-coordinate representation of color #993C8E: hue angle of 307.1º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C8E is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 142 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.4 |
| HSL | 307.1º | 0.44% | 0.42% | - |
| HSV(B) | 307.1º | 0.61% | 0.6% | - |
| XYZ | 19.64 | 11.96 | 26.86 | - |
| YUV | 97.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 142 | 0 | 0.61 | 0.07 | 0.4 | 307.1 | 0.44 | 0.42 |
| Hex | 99 | 3C | 8E | 0 | 3D | 7 | 28 | 133 | 2C | 2A |
| Octal | 231 | 74 | 216 | 0 | 75 | 7 | 50 | 463 | 54 | 52 |
| Binary | 10011001 | 111100 | 10001110 | 0 | 111101 | 111 | 101000 | 100110011 | 101100 | 101010 |
Color Harmonies of #993C8E
Complementary color
Monochromatic Colors of #993C8E
Black with #993C8E
Text Example
Text Example
White with #993C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C8E; }
p { color: rgb(153,60,142); }
H1.HeaderClassName
{
color: #993C8E;
}
.AnyTagClassName
{
color: #993C8E;
}
</style>
background-color css
<style>
a { background-color: #993C8E; }
a { background-color: rgb(153,60,142); }
div.DivClassName
{
background-color: #993C8E;
}
.BgClassName
{
background-color: #993C8E;
}
</style>
border-color css
<style>
span { border-color: #993C8E; }
span { border-color: rgb(153,60,142); }
td.TdClassName
{
border-color: #993C8E;
}
.TagClassName
{
border-color: #993C8E;
}
</style>