Shades of Vivid Violet #86309C
Tints of Vivid Violet #86309C
RGB
CMYK
RGB Variations
Color information
#86309C (or 0x86309C) is known color: Vivid Violet. HEX triplet: 86, 30 and 9C. RGB value is (134,48,156). Sum of RGB (Red+Green+Blue) = 134+48+156=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #86309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86309C is #79CF63. Grayscale: #555555. Windows color (decimal): -7982948 or 10236038. OLE color: 10236038.
HSL color Cylindrical-coordinate representation of color #86309C: hue angle of 287.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86309C is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 48 | 156 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.39 |
| HSL | 287.78º | 0.53% | 0.4% | - |
| HSV(B) | 287.78º | 0.69% | 0.61% | - |
| XYZ | 16.89 | 9.58 | 32.41 | - |
| YUV | 86.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 156 | 0.14 | 0.69 | 0 | 0.39 | 287.78 | 0.53 | 0.4 |
| Hex | 86 | 30 | 9C | E | 45 | 0 | 27 | 120 | 35 | 28 |
| Octal | 206 | 60 | 234 | 16 | 105 | 0 | 47 | 440 | 65 | 50 |
| Binary | 10000110 | 110000 | 10011100 | 1110 | 1000101 | 0 | 100111 | 100100000 | 110101 | 101000 |
Color Harmonies of #86309C
Complementary color
Monochromatic Colors of #86309C
Black with #86309C
Text Example
Text Example
White with #86309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86309C; }
p { color: rgb(134,48,156); }
H1.HeaderClassName
{
color: #86309C;
}
.AnyTagClassName
{
color: #86309C;
}
</style>
background-color css
<style>
a { background-color: #86309C; }
a { background-color: rgb(134,48,156); }
div.DivClassName
{
background-color: #86309C;
}
.BgClassName
{
background-color: #86309C;
}
</style>
border-color css
<style>
span { border-color: #86309C; }
span { border-color: rgb(134,48,156); }
td.TdClassName
{
border-color: #86309C;
}
.TagClassName
{
border-color: #86309C;
}
</style>