Shades of Vivid Violet #883185
Tints of Vivid Violet #883185
RGB
CMYK
RGB Variations
Color information
#883185 (or 0x883185) is known color: Vivid Violet. HEX triplet: 88, 31 and 85. RGB value is (136,49,133). Sum of RGB (Red+Green+Blue) = 136+49+133=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883185 is #77CE7A. Grayscale: #545454. Windows color (decimal): -7851643 or 8728968. OLE color: 8728968.
HSL color Cylindrical-coordinate representation of color #883185: hue angle of 302.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883185 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 133 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.47 |
| HSL | 302.07º | 0.47% | 0.36% | - |
| HSV(B) | 302.07º | 0.64% | 0.53% | - |
| XYZ | 15.49 | 9.12 | 23.14 | - |
| YUV | 84.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 133 | 0 | 0.64 | 0.02 | 0.47 | 302.07 | 0.47 | 0.36 |
| Hex | 88 | 31 | 85 | 0 | 40 | 2 | 2F | 12E | 2F | 24 |
| Octal | 210 | 61 | 205 | 0 | 100 | 2 | 57 | 456 | 57 | 44 |
| Binary | 10001000 | 110001 | 10000101 | 0 | 1000000 | 10 | 101111 | 100101110 | 101111 | 100100 |
Color Harmonies of #883185
Complementary color
Monochromatic Colors of #883185
Black with #883185
Text Example
Text Example
White with #883185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883185; }
p { color: rgb(136,49,133); }
H1.HeaderClassName
{
color: #883185;
}
.AnyTagClassName
{
color: #883185;
}
</style>
background-color css
<style>
a { background-color: #883185; }
a { background-color: rgb(136,49,133); }
div.DivClassName
{
background-color: #883185;
}
.BgClassName
{
background-color: #883185;
}
</style>
border-color css
<style>
span { border-color: #883185; }
span { border-color: rgb(136,49,133); }
td.TdClassName
{
border-color: #883185;
}
.TagClassName
{
border-color: #883185;
}
</style>