Shades of Blue Violet #882DF8
Tints of Blue Violet #882DF8
RGB
CMYK
RGB Variations
Color information
#882DF8 (or 0x882DF8) is known color: Blue Violet. HEX triplet: 88, 2D and F8. RGB value is (136,45,248). Sum of RGB (Red+Green+Blue) = 136+45+248=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #882DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882DF8 is #77D207. Grayscale: #5E5E5E. Windows color (decimal): -7852552 or 16264584. OLE color: 16264584.
HSL color Cylindrical-coordinate representation of color #882DF8: hue angle of 266.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882DF8 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 45 | 248 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.03 |
| HSL | 266.9º | 0.94% | 0.57% | - |
| HSV(B) | 266.9º | 0.82% | 0.97% | - |
| XYZ | 28.04 | 13.89 | 90.01 | - |
| YUV | 95.35 | 214.15 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 248 | 0.45 | 0.82 | 0 | 0.03 | 266.9 | 0.94 | 0.57 |
| Hex | 88 | 2D | F8 | 2D | 52 | 0 | 3 | 10B | 5E | 39 |
| Octal | 210 | 55 | 370 | 55 | 122 | 0 | 3 | 413 | 136 | 71 |
| Binary | 10001000 | 101101 | 11111000 | 101101 | 1010010 | 0 | 11 | 100001011 | 1011110 | 111001 |
Color Harmonies of #882DF8
Complementary color
Monochromatic Colors of #882DF8
Black with #882DF8
Text Example
Text Example
White with #882DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DF8; }
p { color: rgb(136,45,248); }
H1.HeaderClassName
{
color: #882DF8;
}
.AnyTagClassName
{
color: #882DF8;
}
</style>
background-color css
<style>
a { background-color: #882DF8; }
a { background-color: rgb(136,45,248); }
div.DivClassName
{
background-color: #882DF8;
}
.BgClassName
{
background-color: #882DF8;
}
</style>
border-color css
<style>
span { border-color: #882DF8; }
span { border-color: rgb(136,45,248); }
td.TdClassName
{
border-color: #882DF8;
}
.TagClassName
{
border-color: #882DF8;
}
</style>