Shades of Vivid Violet #81398F
Tints of Vivid Violet #81398F
RGB
CMYK
RGB Variations
Color information
#81398F (or 0x81398F) is known color: Vivid Violet. HEX triplet: 81, 39 and 8F. RGB value is (129,57,143). Sum of RGB (Red+Green+Blue) = 129+57+143=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #81398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81398F is #7EC670. Grayscale: #585858. Windows color (decimal): -8308337 or 9386369. OLE color: 9386369.
HSL color Cylindrical-coordinate representation of color #81398F: hue angle of 290.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81398F is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 57 | 143 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.44 |
| HSL | 290.23º | 0.43% | 0.39% | - |
| HSV(B) | 290.23º | 0.6% | 0.56% | - |
| XYZ | 15.47 | 9.58 | 27.02 | - |
| YUV | 88.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 143 | 0.10 | 0.60 | 0 | 0.44 | 290.23 | 0.43 | 0.39 |
| Hex | 81 | 39 | 8F | A | 3C | 0 | 2C | 122 | 2B | 27 |
| Octal | 201 | 71 | 217 | 12 | 74 | 0 | 54 | 442 | 53 | 47 |
| Binary | 10000001 | 111001 | 10001111 | 1010 | 111100 | 0 | 101100 | 100100010 | 101011 | 100111 |
Color Harmonies of #81398F
Complementary color
Monochromatic Colors of #81398F
Black with #81398F
Text Example
Text Example
White with #81398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81398F; }
p { color: rgb(129,57,143); }
H1.HeaderClassName
{
color: #81398F;
}
.AnyTagClassName
{
color: #81398F;
}
</style>
background-color css
<style>
a { background-color: #81398F; }
a { background-color: rgb(129,57,143); }
div.DivClassName
{
background-color: #81398F;
}
.BgClassName
{
background-color: #81398F;
}
</style>
border-color css
<style>
span { border-color: #81398F; }
span { border-color: rgb(129,57,143); }
td.TdClassName
{
border-color: #81398F;
}
.TagClassName
{
border-color: #81398F;
}
</style>