Shades of Vivid Violet #882FAC
Tints of Vivid Violet #882FAC
RGB
CMYK
RGB Variations
Color information
#882FAC (or 0x882FAC) is known color: Vivid Violet. HEX triplet: 88, 2F and AC. RGB value is (136,47,172). Sum of RGB (Red+Green+Blue) = 136+47+172=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #882FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FAC is #77D053. Grayscale: #575757. Windows color (decimal): -7852116 or 11284360. OLE color: 11284360.
HSL color Cylindrical-coordinate representation of color #882FAC: hue angle of 282.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882FAC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 47 | 172 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.33 |
| HSL | 282.72º | 0.57% | 0.43% | - |
| HSV(B) | 282.72º | 0.73% | 0.67% | - |
| XYZ | 18.62 | 10.25 | 40.03 | - |
| YUV | 87.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 172 | 0.21 | 0.73 | 0 | 0.33 | 282.72 | 0.57 | 0.43 |
| Hex | 88 | 2F | AC | 15 | 49 | 0 | 21 | 11B | 39 | 2B |
| Octal | 210 | 57 | 254 | 25 | 111 | 0 | 41 | 433 | 71 | 53 |
| Binary | 10001000 | 101111 | 10101100 | 10101 | 1001001 | 0 | 100001 | 100011011 | 111001 | 101011 |
Color Harmonies of #882FAC
Complementary color
Monochromatic Colors of #882FAC
Black with #882FAC
Text Example
Text Example
White with #882FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FAC; }
p { color: rgb(136,47,172); }
H1.HeaderClassName
{
color: #882FAC;
}
.AnyTagClassName
{
color: #882FAC;
}
</style>
background-color css
<style>
a { background-color: #882FAC; }
a { background-color: rgb(136,47,172); }
div.DivClassName
{
background-color: #882FAC;
}
.BgClassName
{
background-color: #882FAC;
}
</style>
border-color css
<style>
span { border-color: #882FAC; }
span { border-color: rgb(136,47,172); }
td.TdClassName
{
border-color: #882FAC;
}
.TagClassName
{
border-color: #882FAC;
}
</style>