Shades of Vivid Violet #8A3F88
Tints of Vivid Violet #8A3F88
RGB
CMYK
RGB Variations
Color information
#8A3F88 (or 0x8A3F88) is known color: Vivid Violet. HEX triplet: 8A, 3F and 88. RGB value is (138,63,136). Sum of RGB (Red+Green+Blue) = 138+63+136=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3F88 is #75C077. Grayscale: #5D5D5D. Windows color (decimal): -7716984 or 8929162. OLE color: 8929162.
HSL color Cylindrical-coordinate representation of color #8A3F88: hue angle of 301.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F88 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 136 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.46 |
| HSL | 301.6º | 0.37% | 0.39% | - |
| HSV(B) | 301.6º | 0.54% | 0.54% | - |
| XYZ | 16.7 | 10.74 | 24.48 | - |
| YUV | 93.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 136 | 0 | 0.54 | 0.01 | 0.46 | 301.6 | 0.37 | 0.39 |
| Hex | 8A | 3F | 88 | 0 | 36 | 1 | 2E | 12E | 25 | 27 |
| Octal | 212 | 77 | 210 | 0 | 66 | 1 | 56 | 456 | 45 | 47 |
| Binary | 10001010 | 111111 | 10001000 | 0 | 110110 | 1 | 101110 | 100101110 | 100101 | 100111 |
Color Harmonies of #8A3F88
Complementary color
Monochromatic Colors of #8A3F88
Black with #8A3F88
Text Example
Text Example
White with #8A3F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F88; }
p { color: rgb(138,63,136); }
H1.HeaderClassName
{
color: #8A3F88;
}
.AnyTagClassName
{
color: #8A3F88;
}
</style>
background-color css
<style>
a { background-color: #8A3F88; }
a { background-color: rgb(138,63,136); }
div.DivClassName
{
background-color: #8A3F88;
}
.BgClassName
{
background-color: #8A3F88;
}
</style>
border-color css
<style>
span { border-color: #8A3F88; }
span { border-color: rgb(138,63,136); }
td.TdClassName
{
border-color: #8A3F88;
}
.TagClassName
{
border-color: #8A3F88;
}
</style>