Shades of Blue Violet #882FDF
Tints of Blue Violet #882FDF
RGB
CMYK
RGB Variations
Color information
#882FDF (or 0x882FDF) is known color: Blue Violet. HEX triplet: 88, 2F and DF. RGB value is (136,47,223). Sum of RGB (Red+Green+Blue) = 136+47+223=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #882FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FDF is #77D020. Grayscale: #5D5D5D. Windows color (decimal): -7852065 or 14626696. OLE color: 14626696.
HSL color Cylindrical-coordinate representation of color #882FDF: hue angle of 270.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882FDF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 47 | 223 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.13 |
| HSL | 270.34º | 0.73% | 0.53% | - |
| HSV(B) | 270.34º | 0.79% | 0.87% | - |
| XYZ | 24.49 | 12.59 | 70.95 | - |
| YUV | 93.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 223 | 0.39 | 0.79 | 0 | 0.13 | 270.34 | 0.73 | 0.53 |
| Hex | 88 | 2F | DF | 27 | 4F | 0 | D | 10E | 49 | 35 |
| Octal | 210 | 57 | 337 | 47 | 117 | 0 | 15 | 416 | 111 | 65 |
| Binary | 10001000 | 101111 | 11011111 | 100111 | 1001111 | 0 | 1101 | 100001110 | 1001001 | 110101 |
Color Harmonies of #882FDF
Complementary color
Monochromatic Colors of #882FDF
Black with #882FDF
Text Example
Text Example
White with #882FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FDF; }
p { color: rgb(136,47,223); }
H1.HeaderClassName
{
color: #882FDF;
}
.AnyTagClassName
{
color: #882FDF;
}
</style>
background-color css
<style>
a { background-color: #882FDF; }
a { background-color: rgb(136,47,223); }
div.DivClassName
{
background-color: #882FDF;
}
.BgClassName
{
background-color: #882FDF;
}
</style>
border-color css
<style>
span { border-color: #882FDF; }
span { border-color: rgb(136,47,223); }
td.TdClassName
{
border-color: #882FDF;
}
.TagClassName
{
border-color: #882FDF;
}
</style>