Shades of Blue Violet #882DD3
Tints of Blue Violet #882DD3
RGB
CMYK
RGB Variations
Color information
#882DD3 (or 0x882DD3) is known color: Blue Violet. HEX triplet: 88, 2D and D3. RGB value is (136,45,211). Sum of RGB (Red+Green+Blue) = 136+45+211=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #882DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DD3 is #77D22C. Grayscale: #5A5A5A. Windows color (decimal): -7852589 or 13839752. OLE color: 13839752.
HSL color Cylindrical-coordinate representation of color #882DD3: hue angle of 272.89º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882DD3 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 45 | 211 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.17 |
| HSL | 272.89º | 0.65% | 0.5% | - |
| HSV(B) | 272.89º | 0.79% | 0.83% | - |
| XYZ | 22.85 | 11.81 | 62.7 | - |
| YUV | 91.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 211 | 0.36 | 0.79 | 0 | 0.17 | 272.89 | 0.65 | 0.5 |
| Hex | 88 | 2D | D3 | 24 | 4F | 0 | 11 | 111 | 41 | 32 |
| Octal | 210 | 55 | 323 | 44 | 117 | 0 | 21 | 421 | 101 | 62 |
| Binary | 10001000 | 101101 | 11010011 | 100100 | 1001111 | 0 | 10001 | 100010001 | 1000001 | 110010 |
Color Harmonies of #882DD3
Complementary color
Monochromatic Colors of #882DD3
Black with #882DD3
Text Example
Text Example
White with #882DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DD3; }
p { color: rgb(136,45,211); }
H1.HeaderClassName
{
color: #882DD3;
}
.AnyTagClassName
{
color: #882DD3;
}
</style>
background-color css
<style>
a { background-color: #882DD3; }
a { background-color: rgb(136,45,211); }
div.DivClassName
{
background-color: #882DD3;
}
.BgClassName
{
background-color: #882DD3;
}
</style>
border-color css
<style>
span { border-color: #882DD3; }
span { border-color: rgb(136,45,211); }
td.TdClassName
{
border-color: #882DD3;
}
.TagClassName
{
border-color: #882DD3;
}
</style>