Shades of Vivid Violet #812288
Tints of Vivid Violet #812288
RGB
CMYK
RGB Variations
Color information
#812288 (or 0x812288) is known color: Vivid Violet. HEX triplet: 81, 22 and 88. RGB value is (129,34,136). Sum of RGB (Red+Green+Blue) = 129+34+136=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #812288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812288 is #7EDD77. Grayscale: #494949. Windows color (decimal): -8314232 or 8921729. OLE color: 8921729.
HSL color Cylindrical-coordinate representation of color #812288: hue angle of 295.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812288 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 34 | 136 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.47 |
| HSL | 295.88º | 0.6% | 0.33% | - |
| HSV(B) | 295.88º | 0.75% | 0.53% | - |
| XYZ | 14.07 | 7.59 | 24.02 | - |
| YUV | 74.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 136 | 0.05 | 0.75 | 0 | 0.47 | 295.88 | 0.6 | 0.33 |
| Hex | 81 | 22 | 88 | 5 | 4B | 0 | 2F | 128 | 3C | 21 |
| Octal | 201 | 42 | 210 | 5 | 113 | 0 | 57 | 450 | 74 | 41 |
| Binary | 10000001 | 100010 | 10001000 | 101 | 1001011 | 0 | 101111 | 100101000 | 111100 | 100001 |
Color Harmonies of #812288
Complementary color
Monochromatic Colors of #812288
Black with #812288
Text Example
Text Example
White with #812288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812288; }
p { color: rgb(129,34,136); }
H1.HeaderClassName
{
color: #812288;
}
.AnyTagClassName
{
color: #812288;
}
</style>
background-color css
<style>
a { background-color: #812288; }
a { background-color: rgb(129,34,136); }
div.DivClassName
{
background-color: #812288;
}
.BgClassName
{
background-color: #812288;
}
</style>
border-color css
<style>
span { border-color: #812288; }
span { border-color: rgb(129,34,136); }
td.TdClassName
{
border-color: #812288;
}
.TagClassName
{
border-color: #812288;
}
</style>