Shades of Blue Violet #883DDA
Tints of Blue Violet #883DDA
RGB
CMYK
RGB Variations
Color information
#883DDA (or 0x883DDA) is known color: Blue Violet. HEX triplet: 88, 3D and DA. RGB value is (136,61,218). Sum of RGB (Red+Green+Blue) = 136+61+218=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #883DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DDA is #77C225. Grayscale: #646464. Windows color (decimal): -7848486 or 14302600. OLE color: 14302600.
HSL color Cylindrical-coordinate representation of color #883DDA: hue angle of 268.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883DDA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 61 | 218 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.15 |
| HSL | 268.66º | 0.68% | 0.55% | - |
| HSV(B) | 268.66º | 0.72% | 0.85% | - |
| XYZ | 24.48 | 13.63 | 67.67 | - |
| YUV | 101.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 218 | 0.38 | 0.72 | 0 | 0.15 | 268.66 | 0.68 | 0.55 |
| Hex | 88 | 3D | DA | 26 | 48 | 0 | F | 10D | 44 | 37 |
| Octal | 210 | 75 | 332 | 46 | 110 | 0 | 17 | 415 | 104 | 67 |
| Binary | 10001000 | 111101 | 11011010 | 100110 | 1001000 | 0 | 1111 | 100001101 | 1000100 | 110111 |
Color Harmonies of #883DDA
Complementary color
Monochromatic Colors of #883DDA
Black with #883DDA
Text Example
Text Example
White with #883DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DDA; }
p { color: rgb(136,61,218); }
H1.HeaderClassName
{
color: #883DDA;
}
.AnyTagClassName
{
color: #883DDA;
}
</style>
background-color css
<style>
a { background-color: #883DDA; }
a { background-color: rgb(136,61,218); }
div.DivClassName
{
background-color: #883DDA;
}
.BgClassName
{
background-color: #883DDA;
}
</style>
border-color css
<style>
span { border-color: #883DDA; }
span { border-color: rgb(136,61,218); }
td.TdClassName
{
border-color: #883DDA;
}
.TagClassName
{
border-color: #883DDA;
}
</style>