Shades of Vivid Violet #81258B
Tints of Vivid Violet #81258B
RGB
CMYK
RGB Variations
Color information
#81258B (or 0x81258B) is known color: Vivid Violet. HEX triplet: 81, 25 and 8B. RGB value is (129,37,139). Sum of RGB (Red+Green+Blue) = 129+37+139=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #81258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81258B is #7EDA74. Grayscale: #4B4B4B. Windows color (decimal): -8313461 or 9119105. OLE color: 9119105.
HSL color Cylindrical-coordinate representation of color #81258B: hue angle of 294.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81258B is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 37 | 139 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.45 |
| HSL | 294.12º | 0.58% | 0.35% | - |
| HSV(B) | 294.12º | 0.73% | 0.55% | - |
| XYZ | 14.38 | 7.85 | 25.18 | - |
| YUV | 76.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 139 | 0.07 | 0.73 | 0 | 0.45 | 294.12 | 0.58 | 0.35 |
| Hex | 81 | 25 | 8B | 7 | 49 | 0 | 2D | 126 | 3A | 23 |
| Octal | 201 | 45 | 213 | 7 | 111 | 0 | 55 | 446 | 72 | 43 |
| Binary | 10000001 | 100101 | 10001011 | 111 | 1001001 | 0 | 101101 | 100100110 | 111010 | 100011 |
Color Harmonies of #81258B
Complementary color
Monochromatic Colors of #81258B
Black with #81258B
Text Example
Text Example
White with #81258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81258B; }
p { color: rgb(129,37,139); }
H1.HeaderClassName
{
color: #81258B;
}
.AnyTagClassName
{
color: #81258B;
}
</style>
background-color css
<style>
a { background-color: #81258B; }
a { background-color: rgb(129,37,139); }
div.DivClassName
{
background-color: #81258B;
}
.BgClassName
{
background-color: #81258B;
}
</style>
border-color css
<style>
span { border-color: #81258B; }
span { border-color: rgb(129,37,139); }
td.TdClassName
{
border-color: #81258B;
}
.TagClassName
{
border-color: #81258B;
}
</style>