Shades of Vivid Violet #812390
Tints of Vivid Violet #812390
RGB
CMYK
RGB Variations
Color information
#812390 (or 0x812390) is known color: Vivid Violet. HEX triplet: 81, 23 and 90. RGB value is (129,35,144). Sum of RGB (Red+Green+Blue) = 129+35+144=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #812390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812390 is #7EDC6F. Grayscale: #4B4B4B. Windows color (decimal): -8313968 or 9446273. OLE color: 9446273.
HSL color Cylindrical-coordinate representation of color #812390: hue angle of 291.74º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812390 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 35 | 144 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.44 |
| HSL | 291.74º | 0.61% | 0.35% | - |
| HSV(B) | 291.74º | 0.76% | 0.56% | - |
| XYZ | 14.69 | 7.88 | 27.13 | - |
| YUV | 75.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 144 | 0.10 | 0.76 | 0 | 0.44 | 291.74 | 0.61 | 0.35 |
| Hex | 81 | 23 | 90 | A | 4C | 0 | 2C | 124 | 3D | 23 |
| Octal | 201 | 43 | 220 | 12 | 114 | 0 | 54 | 444 | 75 | 43 |
| Binary | 10000001 | 100011 | 10010000 | 1010 | 1001100 | 0 | 101100 | 100100100 | 111101 | 100011 |
Color Harmonies of #812390
Complementary color
Monochromatic Colors of #812390
Black with #812390
Text Example
Text Example
White with #812390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812390; }
p { color: rgb(129,35,144); }
H1.HeaderClassName
{
color: #812390;
}
.AnyTagClassName
{
color: #812390;
}
</style>
background-color css
<style>
a { background-color: #812390; }
a { background-color: rgb(129,35,144); }
div.DivClassName
{
background-color: #812390;
}
.BgClassName
{
background-color: #812390;
}
</style>
border-color css
<style>
span { border-color: #812390; }
span { border-color: rgb(129,35,144); }
td.TdClassName
{
border-color: #812390;
}
.TagClassName
{
border-color: #812390;
}
</style>