Shades of Vivid Violet #883488
Tints of Vivid Violet #883488
RGB
CMYK
RGB Variations
Color information
#883488 (or 0x883488) is known color: Vivid Violet. HEX triplet: 88, 34 and 88. RGB value is (136,52,136). Sum of RGB (Red+Green+Blue) = 136+52+136=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883488 is #77CB77. Grayscale: #565656. Windows color (decimal): -7850872 or 8926344. OLE color: 8926344.
HSL color Cylindrical-coordinate representation of color #883488: hue angle of 300º 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 #883488 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 136 | - |
| CMYK | 0 | 0.62 | 0 | 0.47 |
| HSL | 300º | 0.45% | 0.37% | - |
| HSV(B) | 300º | 0.62% | 0.53% | - |
| XYZ | 15.83 | 9.47 | 24.29 | - |
| YUV | 86.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 136 | 0 | 0.62 | 0 | 0.47 | 300 | 0.45 | 0.37 |
| Hex | 88 | 34 | 88 | 0 | 3E | 0 | 2F | 12C | 2D | 25 |
| Octal | 210 | 64 | 210 | 0 | 76 | 0 | 57 | 454 | 55 | 45 |
| Binary | 10001000 | 110100 | 10001000 | 0 | 111110 | 0 | 101111 | 100101100 | 101101 | 100101 |
Color Harmonies of #883488
Complementary color
Monochromatic Colors of #883488
Black with #883488
Text Example
Text Example
White with #883488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883488; }
p { color: rgb(136,52,136); }
H1.HeaderClassName
{
color: #883488;
}
.AnyTagClassName
{
color: #883488;
}
</style>
background-color css
<style>
a { background-color: #883488; }
a { background-color: rgb(136,52,136); }
div.DivClassName
{
background-color: #883488;
}
.BgClassName
{
background-color: #883488;
}
</style>
border-color css
<style>
span { border-color: #883488; }
span { border-color: rgb(136,52,136); }
td.TdClassName
{
border-color: #883488;
}
.TagClassName
{
border-color: #883488;
}
</style>