Shades of Blue Violet #882FDA
Tints of Blue Violet #882FDA
RGB
CMYK
RGB Variations
Color information
#882FDA (or 0x882FDA) is known color: Blue Violet. HEX triplet: 88, 2F and DA. RGB value is (136,47,218). Sum of RGB (Red+Green+Blue) = 136+47+218=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #882FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FDA is #77D025. Grayscale: #5C5C5C. Windows color (decimal): -7852070 or 14299016. OLE color: 14299016.
HSL color Cylindrical-coordinate representation of color #882FDA: hue angle of 271.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882FDA is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 47 | 218 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.15 |
| HSL | 271.23º | 0.7% | 0.52% | - |
| HSV(B) | 271.23º | 0.78% | 0.85% | - |
| XYZ | 23.82 | 12.33 | 67.45 | - |
| YUV | 93.11 | 198.49 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 218 | 0.38 | 0.78 | 0 | 0.15 | 271.23 | 0.7 | 0.52 |
| Hex | 88 | 2F | DA | 26 | 4E | 0 | F | 10F | 46 | 34 |
| Octal | 210 | 57 | 332 | 46 | 116 | 0 | 17 | 417 | 106 | 64 |
| Binary | 10001000 | 101111 | 11011010 | 100110 | 1001110 | 0 | 1111 | 100001111 | 1000110 | 110100 |
Color Harmonies of #882FDA
Complementary color
Monochromatic Colors of #882FDA
Black with #882FDA
Text Example
Text Example
White with #882FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FDA; }
p { color: rgb(136,47,218); }
H1.HeaderClassName
{
color: #882FDA;
}
.AnyTagClassName
{
color: #882FDA;
}
</style>
background-color css
<style>
a { background-color: #882FDA; }
a { background-color: rgb(136,47,218); }
div.DivClassName
{
background-color: #882FDA;
}
.BgClassName
{
background-color: #882FDA;
}
</style>
border-color css
<style>
span { border-color: #882FDA; }
span { border-color: rgb(136,47,218); }
td.TdClassName
{
border-color: #882FDA;
}
.TagClassName
{
border-color: #882FDA;
}
</style>