Shades of Vivid Violet #8A3688
Tints of Vivid Violet #8A3688
RGB
CMYK
RGB Variations
Color information
#8A3688 (or 0x8A3688) is known color: Vivid Violet. HEX triplet: 8A, 36 and 88. RGB value is (138,54,136). Sum of RGB (Red+Green+Blue) = 138+54+136=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3688 is #75C977. Grayscale: #585858. Windows color (decimal): -7719288 or 8926858. OLE color: 8926858.
HSL color Cylindrical-coordinate representation of color #8A3688: hue angle of 301.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3688 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 136 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.46 |
| HSL | 301.43º | 0.44% | 0.38% | - |
| HSV(B) | 301.43º | 0.61% | 0.54% | - |
| XYZ | 16.24 | 9.82 | 24.33 | - |
| YUV | 88.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 136 | 0 | 0.61 | 0.01 | 0.46 | 301.43 | 0.44 | 0.38 |
| Hex | 8A | 36 | 88 | 0 | 3D | 1 | 2E | 12D | 2C | 26 |
| Octal | 212 | 66 | 210 | 0 | 75 | 1 | 56 | 455 | 54 | 46 |
| Binary | 10001010 | 110110 | 10001000 | 0 | 111101 | 1 | 101110 | 100101101 | 101100 | 100110 |
Color Harmonies of #8A3688
Complementary color
Monochromatic Colors of #8A3688
Black with #8A3688
Text Example
Text Example
White with #8A3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3688; }
p { color: rgb(138,54,136); }
H1.HeaderClassName
{
color: #8A3688;
}
.AnyTagClassName
{
color: #8A3688;
}
</style>
background-color css
<style>
a { background-color: #8A3688; }
a { background-color: rgb(138,54,136); }
div.DivClassName
{
background-color: #8A3688;
}
.BgClassName
{
background-color: #8A3688;
}
</style>
border-color css
<style>
span { border-color: #8A3688; }
span { border-color: rgb(138,54,136); }
td.TdClassName
{
border-color: #8A3688;
}
.TagClassName
{
border-color: #8A3688;
}
</style>