Shades of Vivid Violet #86388E
Tints of Vivid Violet #86388E
RGB
CMYK
RGB Variations
Color information
#86388E (or 0x86388E) is known color: Vivid Violet. HEX triplet: 86, 38 and 8E. RGB value is (134,56,142). Sum of RGB (Red+Green+Blue) = 134+56+142=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #86388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86388E is #79C771. Grayscale: #585858. Windows color (decimal): -7980914 or 9320582. OLE color: 9320582.
HSL color Cylindrical-coordinate representation of color #86388E: hue angle of 294.42º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86388E is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 56 | 142 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.44 |
| HSL | 294.42º | 0.43% | 0.39% | - |
| HSV(B) | 294.42º | 0.61% | 0.56% | - |
| XYZ | 16.13 | 9.85 | 26.64 | - |
| YUV | 89.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 142 | 0.06 | 0.61 | 0 | 0.44 | 294.42 | 0.43 | 0.39 |
| Hex | 86 | 38 | 8E | 6 | 3D | 0 | 2C | 126 | 2B | 27 |
| Octal | 206 | 70 | 216 | 6 | 75 | 0 | 54 | 446 | 53 | 47 |
| Binary | 10000110 | 111000 | 10001110 | 110 | 111101 | 0 | 101100 | 100100110 | 101011 | 100111 |
Color Harmonies of #86388E
Complementary color
Monochromatic Colors of #86388E
Black with #86388E
Text Example
Text Example
White with #86388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86388E; }
p { color: rgb(134,56,142); }
H1.HeaderClassName
{
color: #86388E;
}
.AnyTagClassName
{
color: #86388E;
}
</style>
background-color css
<style>
a { background-color: #86388E; }
a { background-color: rgb(134,56,142); }
div.DivClassName
{
background-color: #86388E;
}
.BgClassName
{
background-color: #86388E;
}
</style>
border-color css
<style>
span { border-color: #86388E; }
span { border-color: rgb(134,56,142); }
td.TdClassName
{
border-color: #86388E;
}
.TagClassName
{
border-color: #86388E;
}
</style>