Shades of Vivid Violet #813B93
Tints of Vivid Violet #813B93
RGB
CMYK
RGB Variations
Color information
#813B93 (or 0x813B93) is known color: Vivid Violet. HEX triplet: 81, 3B and 93. RGB value is (129,59,147). Sum of RGB (Red+Green+Blue) = 129+59+147=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #813B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813B93 is #7EC46C. Grayscale: #595959. Windows color (decimal): -8307821 or 9649025. OLE color: 9649025.
HSL color Cylindrical-coordinate representation of color #813B93: hue angle of 287.73º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813B93 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 59 | 147 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.42 |
| HSL | 287.73º | 0.43% | 0.4% | - |
| HSV(B) | 287.73º | 0.6% | 0.58% | - |
| XYZ | 15.88 | 9.9 | 28.68 | - |
| YUV | 89.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 147 | 0.12 | 0.60 | 0 | 0.42 | 287.73 | 0.43 | 0.4 |
| Hex | 81 | 3B | 93 | C | 3C | 0 | 2A | 120 | 2B | 28 |
| Octal | 201 | 73 | 223 | 14 | 74 | 0 | 52 | 440 | 53 | 50 |
| Binary | 10000001 | 111011 | 10010011 | 1100 | 111100 | 0 | 101010 | 100100000 | 101011 | 101000 |
Color Harmonies of #813B93
Complementary color
Monochromatic Colors of #813B93
Black with #813B93
Text Example
Text Example
White with #813B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813B93; }
p { color: rgb(129,59,147); }
H1.HeaderClassName
{
color: #813B93;
}
.AnyTagClassName
{
color: #813B93;
}
</style>
background-color css
<style>
a { background-color: #813B93; }
a { background-color: rgb(129,59,147); }
div.DivClassName
{
background-color: #813B93;
}
.BgClassName
{
background-color: #813B93;
}
</style>
border-color css
<style>
span { border-color: #813B93; }
span { border-color: rgb(129,59,147); }
td.TdClassName
{
border-color: #813B93;
}
.TagClassName
{
border-color: #813B93;
}
</style>