Shades of Vivid Violet #8A3D86
Tints of Vivid Violet #8A3D86
RGB
CMYK
RGB Variations
Color information
#8A3D86 (or 0x8A3D86) is known color: Vivid Violet. HEX triplet: 8A, 3D and 86. RGB value is (138,61,134). Sum of RGB (Red+Green+Blue) = 138+61+134=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3D86 is #75C279. Grayscale: #5C5C5C. Windows color (decimal): -7717498 or 8797578. OLE color: 8797578.
HSL color Cylindrical-coordinate representation of color #8A3D86: hue angle of 303.12º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D86 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 134 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.46 |
| HSL | 303.12º | 0.39% | 0.39% | - |
| HSV(B) | 303.12º | 0.56% | 0.54% | - |
| XYZ | 16.45 | 10.46 | 23.71 | - |
| YUV | 92.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 134 | 0 | 0.56 | 0.03 | 0.46 | 303.12 | 0.39 | 0.39 |
| Hex | 8A | 3D | 86 | 0 | 38 | 3 | 2E | 12F | 27 | 27 |
| Octal | 212 | 75 | 206 | 0 | 70 | 3 | 56 | 457 | 47 | 47 |
| Binary | 10001010 | 111101 | 10000110 | 0 | 111000 | 11 | 101110 | 100101111 | 100111 | 100111 |
Color Harmonies of #8A3D86
Complementary color
Monochromatic Colors of #8A3D86
Black with #8A3D86
Text Example
Text Example
White with #8A3D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D86; }
p { color: rgb(138,61,134); }
H1.HeaderClassName
{
color: #8A3D86;
}
.AnyTagClassName
{
color: #8A3D86;
}
</style>
background-color css
<style>
a { background-color: #8A3D86; }
a { background-color: rgb(138,61,134); }
div.DivClassName
{
background-color: #8A3D86;
}
.BgClassName
{
background-color: #8A3D86;
}
</style>
border-color css
<style>
span { border-color: #8A3D86; }
span { border-color: rgb(138,61,134); }
td.TdClassName
{
border-color: #8A3D86;
}
.TagClassName
{
border-color: #8A3D86;
}
</style>