Shades of Blue Violet #882DFA
Tints of Blue Violet #882DFA
RGB
CMYK
RGB Variations
Color information
#882DFA (or 0x882DFA) is known color: Blue Violet. HEX triplet: 88, 2D and FA. RGB value is (136,45,250). Sum of RGB (Red+Green+Blue) = 136+45+250=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #882DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882DFA is #77D205. Grayscale: #5E5E5E. Windows color (decimal): -7852550 or 16395656. OLE color: 16395656.
HSL color Cylindrical-coordinate representation of color #882DFA: hue angle of 266.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882DFA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 45 | 250 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.63º | 0.95% | 0.58% | - |
| HSV(B) | 266.63º | 0.82% | 0.98% | - |
| XYZ | 28.35 | 14.01 | 91.65 | - |
| YUV | 95.58 | 215.15 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 250 | 0.46 | 0.82 | 0 | 0.02 | 266.63 | 0.95 | 0.58 |
| Hex | 88 | 2D | FA | 2E | 52 | 0 | 2 | 10B | 5F | 3A |
| Octal | 210 | 55 | 372 | 56 | 122 | 0 | 2 | 413 | 137 | 72 |
| Binary | 10001000 | 101101 | 11111010 | 101110 | 1010010 | 0 | 10 | 100001011 | 1011111 | 111010 |
Color Harmonies of #882DFA
Complementary color
Monochromatic Colors of #882DFA
Black with #882DFA
Text Example
Text Example
White with #882DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DFA; }
p { color: rgb(136,45,250); }
H1.HeaderClassName
{
color: #882DFA;
}
.AnyTagClassName
{
color: #882DFA;
}
</style>
background-color css
<style>
a { background-color: #882DFA; }
a { background-color: rgb(136,45,250); }
div.DivClassName
{
background-color: #882DFA;
}
.BgClassName
{
background-color: #882DFA;
}
</style>
border-color css
<style>
span { border-color: #882DFA; }
span { border-color: rgb(136,45,250); }
td.TdClassName
{
border-color: #882DFA;
}
.TagClassName
{
border-color: #882DFA;
}
</style>