Shades of Vivid Violet #883A95
Tints of Vivid Violet #883A95
RGB
CMYK
RGB Variations
Color information
#883A95 (or 0x883A95) is known color: Vivid Violet. HEX triplet: 88, 3A and 95. RGB value is (136,58,149). Sum of RGB (Red+Green+Blue) = 136+58+149=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #883A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A95 is #77C56A. Grayscale: #5B5B5B. Windows color (decimal): -7849323 or 9779848. OLE color: 9779848.
HSL color Cylindrical-coordinate representation of color #883A95: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883A95 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 58 | 149 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.42 |
| HSL | 291.43º | 0.44% | 0.41% | - |
| HSV(B) | 291.43º | 0.61% | 0.58% | - |
| XYZ | 17.09 | 10.43 | 29.55 | - |
| YUV | 91.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 149 | 0.09 | 0.61 | 0 | 0.42 | 291.43 | 0.44 | 0.41 |
| Hex | 88 | 3A | 95 | 9 | 3D | 0 | 2A | 123 | 2C | 29 |
| Octal | 210 | 72 | 225 | 11 | 75 | 0 | 52 | 443 | 54 | 51 |
| Binary | 10001000 | 111010 | 10010101 | 1001 | 111101 | 0 | 101010 | 100100011 | 101100 | 101001 |
Color Harmonies of #883A95
Complementary color
Monochromatic Colors of #883A95
Black with #883A95
Text Example
Text Example
White with #883A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A95; }
p { color: rgb(136,58,149); }
H1.HeaderClassName
{
color: #883A95;
}
.AnyTagClassName
{
color: #883A95;
}
</style>
background-color css
<style>
a { background-color: #883A95; }
a { background-color: rgb(136,58,149); }
div.DivClassName
{
background-color: #883A95;
}
.BgClassName
{
background-color: #883A95;
}
</style>
border-color css
<style>
span { border-color: #883A95; }
span { border-color: rgb(136,58,149); }
td.TdClassName
{
border-color: #883A95;
}
.TagClassName
{
border-color: #883A95;
}
</style>