Shades of Vivid Violet #882F96
Tints of Vivid Violet #882F96
RGB
CMYK
RGB Variations
Color information
#882F96 (or 0x882F96) is known color: Vivid Violet. HEX triplet: 88, 2F and 96. RGB value is (136,47,150). Sum of RGB (Red+Green+Blue) = 136+47+150=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #882F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882F96 is #77D069. Grayscale: #555555. Windows color (decimal): -7852138 or 9842568. OLE color: 9842568.
HSL color Cylindrical-coordinate representation of color #882F96: hue angle of 291.84º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882F96 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 47 | 150 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.41 |
| HSL | 291.84º | 0.52% | 0.39% | - |
| HSV(B) | 291.84º | 0.69% | 0.59% | - |
| XYZ | 16.67 | 9.47 | 29.8 | - |
| YUV | 85.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 150 | 0.09 | 0.69 | 0 | 0.41 | 291.84 | 0.52 | 0.39 |
| Hex | 88 | 2F | 96 | 9 | 45 | 0 | 29 | 124 | 34 | 27 |
| Octal | 210 | 57 | 226 | 11 | 105 | 0 | 51 | 444 | 64 | 47 |
| Binary | 10001000 | 101111 | 10010110 | 1001 | 1000101 | 0 | 101001 | 100100100 | 110100 | 100111 |
Color Harmonies of #882F96
Complementary color
Monochromatic Colors of #882F96
Black with #882F96
Text Example
Text Example
White with #882F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F96; }
p { color: rgb(136,47,150); }
H1.HeaderClassName
{
color: #882F96;
}
.AnyTagClassName
{
color: #882F96;
}
</style>
background-color css
<style>
a { background-color: #882F96; }
a { background-color: rgb(136,47,150); }
div.DivClassName
{
background-color: #882F96;
}
.BgClassName
{
background-color: #882F96;
}
</style>
border-color css
<style>
span { border-color: #882F96; }
span { border-color: rgb(136,47,150); }
td.TdClassName
{
border-color: #882F96;
}
.TagClassName
{
border-color: #882F96;
}
</style>