Shades of Vivid Violet #883485
Tints of Vivid Violet #883485
RGB
CMYK
RGB Variations
Color information
#883485 (or 0x883485) is known color: Vivid Violet. HEX triplet: 88, 34 and 85. RGB value is (136,52,133). Sum of RGB (Red+Green+Blue) = 136+52+133=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883485 is #77CB7A. Grayscale: #565656. Windows color (decimal): -7850875 or 8729736. OLE color: 8729736.
HSL color Cylindrical-coordinate representation of color #883485: hue angle of 302.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883485 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 133 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.47 |
| HSL | 302.14º | 0.45% | 0.37% | - |
| HSV(B) | 302.14º | 0.62% | 0.53% | - |
| XYZ | 15.61 | 9.38 | 23.18 | - |
| YUV | 86.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 133 | 0 | 0.62 | 0.02 | 0.47 | 302.14 | 0.45 | 0.37 |
| Hex | 88 | 34 | 85 | 0 | 3E | 2 | 2F | 12E | 2D | 25 |
| Octal | 210 | 64 | 205 | 0 | 76 | 2 | 57 | 456 | 55 | 45 |
| Binary | 10001000 | 110100 | 10000101 | 0 | 111110 | 10 | 101111 | 100101110 | 101101 | 100101 |
Color Harmonies of #883485
Complementary color
Monochromatic Colors of #883485
Black with #883485
Text Example
Text Example
White with #883485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883485; }
p { color: rgb(136,52,133); }
H1.HeaderClassName
{
color: #883485;
}
.AnyTagClassName
{
color: #883485;
}
</style>
background-color css
<style>
a { background-color: #883485; }
a { background-color: rgb(136,52,133); }
div.DivClassName
{
background-color: #883485;
}
.BgClassName
{
background-color: #883485;
}
</style>
border-color css
<style>
span { border-color: #883485; }
span { border-color: rgb(136,52,133); }
td.TdClassName
{
border-color: #883485;
}
.TagClassName
{
border-color: #883485;
}
</style>