Shades of Vivid Violet #993C9B
Tints of Vivid Violet #993C9B
RGB
CMYK
RGB Variations
Color information
#993C9B (or 0x993C9B) is known color: Vivid Violet. HEX triplet: 99, 3C and 9B. RGB value is (153,60,155). Sum of RGB (Red+Green+Blue) = 153+60+155=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #993C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C9B is #66C364. Grayscale: #626262. Windows color (decimal): -6734693 or 10173593. OLE color: 10173593.
HSL color Cylindrical-coordinate representation of color #993C9B: hue angle of 298.74º 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 #993C9B is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 60 | 155 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.39 |
| HSL | 298.74º | 0.44% | 0.42% | - |
| HSV(B) | 298.74º | 0.61% | 0.61% | - |
| XYZ | 20.67 | 12.37 | 32.31 | - |
| YUV | 98.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 155 | 0.01 | 0.61 | 0 | 0.39 | 298.74 | 0.44 | 0.42 |
| Hex | 99 | 3C | 9B | 1 | 3D | 0 | 27 | 12B | 2C | 2A |
| Octal | 231 | 74 | 233 | 1 | 75 | 0 | 47 | 453 | 54 | 52 |
| Binary | 10011001 | 111100 | 10011011 | 1 | 111101 | 0 | 100111 | 100101011 | 101100 | 101010 |
Color Harmonies of #993C9B
Complementary color
Monochromatic Colors of #993C9B
Black with #993C9B
Text Example
Text Example
White with #993C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C9B; }
p { color: rgb(153,60,155); }
H1.HeaderClassName
{
color: #993C9B;
}
.AnyTagClassName
{
color: #993C9B;
}
</style>
background-color css
<style>
a { background-color: #993C9B; }
a { background-color: rgb(153,60,155); }
div.DivClassName
{
background-color: #993C9B;
}
.BgClassName
{
background-color: #993C9B;
}
</style>
border-color css
<style>
span { border-color: #993C9B; }
span { border-color: rgb(153,60,155); }
td.TdClassName
{
border-color: #993C9B;
}
.TagClassName
{
border-color: #993C9B;
}
</style>