Shades of Vivid Violet #813288
Tints of Vivid Violet #813288
RGB
CMYK
RGB Variations
Color information
#813288 (or 0x813288) is known color: Vivid Violet. HEX triplet: 81, 32 and 88. RGB value is (129,50,136). Sum of RGB (Red+Green+Blue) = 129+50+136=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #813288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813288 is #7ECD77. Grayscale: #535353. Windows color (decimal): -8310136 or 8925825. OLE color: 8925825.
HSL color Cylindrical-coordinate representation of color #813288: hue angle of 295.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813288 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 50 | 136 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.47 |
| HSL | 295.12º | 0.46% | 0.36% | - |
| HSV(B) | 295.12º | 0.63% | 0.53% | - |
| XYZ | 14.64 | 8.73 | 24.21 | - |
| YUV | 83.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 136 | 0.05 | 0.63 | 0 | 0.47 | 295.12 | 0.46 | 0.36 |
| Hex | 81 | 32 | 88 | 5 | 3F | 0 | 2F | 127 | 2E | 24 |
| Octal | 201 | 62 | 210 | 5 | 77 | 0 | 57 | 447 | 56 | 44 |
| Binary | 10000001 | 110010 | 10001000 | 101 | 111111 | 0 | 101111 | 100100111 | 101110 | 100100 |
Color Harmonies of #813288
Complementary color
Monochromatic Colors of #813288
Black with #813288
Text Example
Text Example
White with #813288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813288; }
p { color: rgb(129,50,136); }
H1.HeaderClassName
{
color: #813288;
}
.AnyTagClassName
{
color: #813288;
}
</style>
background-color css
<style>
a { background-color: #813288; }
a { background-color: rgb(129,50,136); }
div.DivClassName
{
background-color: #813288;
}
.BgClassName
{
background-color: #813288;
}
</style>
border-color css
<style>
span { border-color: #813288; }
span { border-color: rgb(129,50,136); }
td.TdClassName
{
border-color: #813288;
}
.TagClassName
{
border-color: #813288;
}
</style>