Shades of Blue Violet #882AD8
Tints of Blue Violet #882AD8
RGB
CMYK
RGB Variations
Color information
#882AD8 (or 0x882AD8) is known color: Blue Violet. HEX triplet: 88, 2A and D8. RGB value is (136,42,216). Sum of RGB (Red+Green+Blue) = 136+42+216=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #882AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882AD8 is #77D527. Grayscale: #595959. Windows color (decimal): -7853352 or 14166664. OLE color: 14166664.
HSL color Cylindrical-coordinate representation of color #882AD8: hue angle of 272.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882AD8 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 42 | 216 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.15 |
| HSL | 272.41º | 0.69% | 0.51% | - |
| HSV(B) | 272.41º | 0.81% | 0.85% | - |
| XYZ | 23.38 | 11.85 | 66.02 | - |
| YUV | 89.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 216 | 0.37 | 0.81 | 0 | 0.15 | 272.41 | 0.69 | 0.51 |
| Hex | 88 | 2A | D8 | 25 | 51 | 0 | F | 110 | 45 | 33 |
| Octal | 210 | 52 | 330 | 45 | 121 | 0 | 17 | 420 | 105 | 63 |
| Binary | 10001000 | 101010 | 11011000 | 100101 | 1010001 | 0 | 1111 | 100010000 | 1000101 | 110011 |
Color Harmonies of #882AD8
Complementary color
Monochromatic Colors of #882AD8
Black with #882AD8
Text Example
Text Example
White with #882AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AD8; }
p { color: rgb(136,42,216); }
H1.HeaderClassName
{
color: #882AD8;
}
.AnyTagClassName
{
color: #882AD8;
}
</style>
background-color css
<style>
a { background-color: #882AD8; }
a { background-color: rgb(136,42,216); }
div.DivClassName
{
background-color: #882AD8;
}
.BgClassName
{
background-color: #882AD8;
}
</style>
border-color css
<style>
span { border-color: #882AD8; }
span { border-color: rgb(136,42,216); }
td.TdClassName
{
border-color: #882AD8;
}
.TagClassName
{
border-color: #882AD8;
}
</style>