Shades of Vivid Violet #883491
Tints of Vivid Violet #883491
RGB
CMYK
RGB Variations
Color information
#883491 (or 0x883491) is known color: Vivid Violet. HEX triplet: 88, 34 and 91. RGB value is (136,52,145). Sum of RGB (Red+Green+Blue) = 136+52+145=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #883491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883491 is #77CB6E. Grayscale: #575757. Windows color (decimal): -7850863 or 9516168. OLE color: 9516168.
HSL color Cylindrical-coordinate representation of color #883491: hue angle of 294.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883491 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 52 | 145 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.43 |
| HSL | 294.19º | 0.47% | 0.39% | - |
| HSV(B) | 294.19º | 0.64% | 0.57% | - |
| XYZ | 16.49 | 9.73 | 27.8 | - |
| YUV | 87.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 145 | 0.06 | 0.64 | 0 | 0.43 | 294.19 | 0.47 | 0.39 |
| Hex | 88 | 34 | 91 | 6 | 40 | 0 | 2B | 126 | 2F | 27 |
| Octal | 210 | 64 | 221 | 6 | 100 | 0 | 53 | 446 | 57 | 47 |
| Binary | 10001000 | 110100 | 10010001 | 110 | 1000000 | 0 | 101011 | 100100110 | 101111 | 100111 |
Color Harmonies of #883491
Complementary color
Monochromatic Colors of #883491
Black with #883491
Text Example
Text Example
White with #883491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883491; }
p { color: rgb(136,52,145); }
H1.HeaderClassName
{
color: #883491;
}
.AnyTagClassName
{
color: #883491;
}
</style>
background-color css
<style>
a { background-color: #883491; }
a { background-color: rgb(136,52,145); }
div.DivClassName
{
background-color: #883491;
}
.BgClassName
{
background-color: #883491;
}
</style>
border-color css
<style>
span { border-color: #883491; }
span { border-color: rgb(136,52,145); }
td.TdClassName
{
border-color: #883491;
}
.TagClassName
{
border-color: #883491;
}
</style>