Shades of Vivid Violet #8A3A88
Tints of Vivid Violet #8A3A88
RGB
CMYK
RGB Variations
Color information
#8A3A88 (or 0x8A3A88) is known color: Vivid Violet. HEX triplet: 8A, 3A and 88. RGB value is (138,58,136). Sum of RGB (Red+Green+Blue) = 138+58+136=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3A88 is #75C577. Grayscale: #5A5A5A. Windows color (decimal): -7718264 or 8927882. OLE color: 8927882.
HSL color Cylindrical-coordinate representation of color #8A3A88: hue angle of 301.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A88 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 136 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.46 |
| HSL | 301.5º | 0.41% | 0.38% | - |
| HSV(B) | 301.5º | 0.58% | 0.54% | - |
| XYZ | 16.44 | 10.21 | 24.4 | - |
| YUV | 90.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 136 | 0 | 0.58 | 0.01 | 0.46 | 301.5 | 0.41 | 0.38 |
| Hex | 8A | 3A | 88 | 0 | 3A | 1 | 2E | 12E | 29 | 26 |
| Octal | 212 | 72 | 210 | 0 | 72 | 1 | 56 | 456 | 51 | 46 |
| Binary | 10001010 | 111010 | 10001000 | 0 | 111010 | 1 | 101110 | 100101110 | 101001 | 100110 |
Color Harmonies of #8A3A88
Complementary color
Monochromatic Colors of #8A3A88
Black with #8A3A88
Text Example
Text Example
White with #8A3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A88; }
p { color: rgb(138,58,136); }
H1.HeaderClassName
{
color: #8A3A88;
}
.AnyTagClassName
{
color: #8A3A88;
}
</style>
background-color css
<style>
a { background-color: #8A3A88; }
a { background-color: rgb(138,58,136); }
div.DivClassName
{
background-color: #8A3A88;
}
.BgClassName
{
background-color: #8A3A88;
}
</style>
border-color css
<style>
span { border-color: #8A3A88; }
span { border-color: rgb(138,58,136); }
td.TdClassName
{
border-color: #8A3A88;
}
.TagClassName
{
border-color: #8A3A88;
}
</style>