Shades of Vivid Violet #81388C
Tints of Vivid Violet #81388C
RGB
CMYK
RGB Variations
Color information
#81388C (or 0x81388C) is known color: Vivid Violet. HEX triplet: 81, 38 and 8C. RGB value is (129,56,140). Sum of RGB (Red+Green+Blue) = 129+56+140=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #81388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81388C is #7EC773. Grayscale: #575757. Windows color (decimal): -8308596 or 9189505. OLE color: 9189505.
HSL color Cylindrical-coordinate representation of color #81388C: hue angle of 292.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81388C is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 56 | 140 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.45 |
| HSL | 292.14º | 0.43% | 0.38% | - |
| HSV(B) | 292.14º | 0.6% | 0.55% | - |
| XYZ | 15.2 | 9.39 | 25.82 | - |
| YUV | 87.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 140 | 0.08 | 0.6 | 0 | 0.45 | 292.14 | 0.43 | 0.38 |
| Hex | 81 | 38 | 8C | 8 | 3C | 0 | 2D | 124 | 2B | 26 |
| Octal | 201 | 70 | 214 | 10 | 74 | 0 | 55 | 444 | 53 | 46 |
| Binary | 10000001 | 111000 | 10001100 | 1000 | 111100 | 0 | 101101 | 100100100 | 101011 | 100110 |
Color Harmonies of #81388C
Complementary color
Monochromatic Colors of #81388C
Black with #81388C
Text Example
Text Example
White with #81388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81388C; }
p { color: rgb(129,56,140); }
H1.HeaderClassName
{
color: #81388C;
}
.AnyTagClassName
{
color: #81388C;
}
</style>
background-color css
<style>
a { background-color: #81388C; }
a { background-color: rgb(129,56,140); }
div.DivClassName
{
background-color: #81388C;
}
.BgClassName
{
background-color: #81388C;
}
</style>
border-color css
<style>
span { border-color: #81388C; }
span { border-color: rgb(129,56,140); }
td.TdClassName
{
border-color: #81388C;
}
.TagClassName
{
border-color: #81388C;
}
</style>