Shades of Vivid Violet #881D9D
Tints of Vivid Violet #881D9D
RGB
CMYK
RGB Variations
Color information
#881D9D (or 0x881D9D) is known color: Vivid Violet. HEX triplet: 88, 1D and 9D. RGB value is (136,29,157). Sum of RGB (Red+Green+Blue) = 136+29+157=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #881D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881D9D is #77E262. Grayscale: #4B4B4B. Windows color (decimal): -7856739 or 10296712. OLE color: 10296712.
HSL color Cylindrical-coordinate representation of color #881D9D: hue angle of 290.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881D9D is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 29 | 157 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.38 |
| HSL | 290.16º | 0.69% | 0.36% | - |
| HSV(B) | 290.16º | 0.82% | 0.62% | - |
| XYZ | 16.68 | 8.55 | 32.67 | - |
| YUV | 75.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 157 | 0.13 | 0.82 | 0 | 0.38 | 290.16 | 0.69 | 0.36 |
| Hex | 88 | 1D | 9D | D | 52 | 0 | 26 | 122 | 45 | 24 |
| Octal | 210 | 35 | 235 | 15 | 122 | 0 | 46 | 442 | 105 | 44 |
| Binary | 10001000 | 11101 | 10011101 | 1101 | 1010010 | 0 | 100110 | 100100010 | 1000101 | 100100 |
Color Harmonies of #881D9D
Complementary color
Monochromatic Colors of #881D9D
Black with #881D9D
Text Example
Text Example
White with #881D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D9D; }
p { color: rgb(136,29,157); }
H1.HeaderClassName
{
color: #881D9D;
}
.AnyTagClassName
{
color: #881D9D;
}
</style>
background-color css
<style>
a { background-color: #881D9D; }
a { background-color: rgb(136,29,157); }
div.DivClassName
{
background-color: #881D9D;
}
.BgClassName
{
background-color: #881D9D;
}
</style>
border-color css
<style>
span { border-color: #881D9D; }
span { border-color: rgb(136,29,157); }
td.TdClassName
{
border-color: #881D9D;
}
.TagClassName
{
border-color: #881D9D;
}
</style>