Shades of Vivid Violet #883A8A
Tints of Vivid Violet #883A8A
RGB
CMYK
RGB Variations
Color information
#883A8A (or 0x883A8A) is known color: Vivid Violet. HEX triplet: 88, 3A and 8A. RGB value is (136,58,138). Sum of RGB (Red+Green+Blue) = 136+58+138=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #883A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A8A is #77C575. Grayscale: #5A5A5A. Windows color (decimal): -7849334 or 9058952. OLE color: 9058952.
HSL color Cylindrical-coordinate representation of color #883A8A: hue angle of 298.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 #883A8A is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 58 | 138 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.46 |
| HSL | 298.5º | 0.41% | 0.38% | - |
| HSV(B) | 298.5º | 0.58% | 0.54% | - |
| XYZ | 16.25 | 10.1 | 25.14 | - |
| YUV | 90.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 138 | 0.01 | 0.58 | 0 | 0.46 | 298.5 | 0.41 | 0.38 |
| Hex | 88 | 3A | 8A | 1 | 3A | 0 | 2E | 12A | 29 | 26 |
| Octal | 210 | 72 | 212 | 1 | 72 | 0 | 56 | 452 | 51 | 46 |
| Binary | 10001000 | 111010 | 10001010 | 1 | 111010 | 0 | 101110 | 100101010 | 101001 | 100110 |
Color Harmonies of #883A8A
Complementary color
Monochromatic Colors of #883A8A
Black with #883A8A
Text Example
Text Example
White with #883A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A8A; }
p { color: rgb(136,58,138); }
H1.HeaderClassName
{
color: #883A8A;
}
.AnyTagClassName
{
color: #883A8A;
}
</style>
background-color css
<style>
a { background-color: #883A8A; }
a { background-color: rgb(136,58,138); }
div.DivClassName
{
background-color: #883A8A;
}
.BgClassName
{
background-color: #883A8A;
}
</style>
border-color css
<style>
span { border-color: #883A8A; }
span { border-color: rgb(136,58,138); }
td.TdClassName
{
border-color: #883A8A;
}
.TagClassName
{
border-color: #883A8A;
}
</style>