Shades of Vivid Violet #993D9B
Tints of Vivid Violet #993D9B
RGB
CMYK
RGB Variations
Color information
#993D9B (or 0x993D9B) is known color: Vivid Violet. HEX triplet: 99, 3D and 9B. RGB value is (153,61,155). Sum of RGB (Red+Green+Blue) = 153+61+155=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #993D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D9B is #66C264. Grayscale: #626262. Windows color (decimal): -6734437 or 10173849. OLE color: 10173849.
HSL color Cylindrical-coordinate representation of color #993D9B: hue angle of 298.72º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993D9B is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 61 | 155 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.39 |
| HSL | 298.72º | 0.44% | 0.42% | - |
| HSV(B) | 298.72º | 0.61% | 0.61% | - |
| XYZ | 20.72 | 12.48 | 32.33 | - |
| YUV | 99.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 155 | 0.01 | 0.61 | 0 | 0.39 | 298.72 | 0.44 | 0.42 |
| Hex | 99 | 3D | 9B | 1 | 3D | 0 | 27 | 12B | 2C | 2A |
| Octal | 231 | 75 | 233 | 1 | 75 | 0 | 47 | 453 | 54 | 52 |
| Binary | 10011001 | 111101 | 10011011 | 1 | 111101 | 0 | 100111 | 100101011 | 101100 | 101010 |
Color Harmonies of #993D9B
Complementary color
Monochromatic Colors of #993D9B
Black with #993D9B
Text Example
Text Example
White with #993D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D9B; }
p { color: rgb(153,61,155); }
H1.HeaderClassName
{
color: #993D9B;
}
.AnyTagClassName
{
color: #993D9B;
}
</style>
background-color css
<style>
a { background-color: #993D9B; }
a { background-color: rgb(153,61,155); }
div.DivClassName
{
background-color: #993D9B;
}
.BgClassName
{
background-color: #993D9B;
}
</style>
border-color css
<style>
span { border-color: #993D9B; }
span { border-color: rgb(153,61,155); }
td.TdClassName
{
border-color: #993D9B;
}
.TagClassName
{
border-color: #993D9B;
}
</style>