Shades of Blue Violet #883DD9
Tints of Blue Violet #883DD9
RGB
CMYK
RGB Variations
Color information
#883DD9 (or 0x883DD9) is known color: Blue Violet. HEX triplet: 88, 3D and D9. RGB value is (136,61,217). Sum of RGB (Red+Green+Blue) = 136+61+217=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #883DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DD9 is #77C226. Grayscale: #646464. Windows color (decimal): -7848487 or 14237064. OLE color: 14237064.
HSL color Cylindrical-coordinate representation of color #883DD9: hue angle of 268.85º degrees, saturation: 0.67, 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 #883DD9 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 61 | 217 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.15 |
| HSL | 268.85º | 0.67% | 0.55% | - |
| HSV(B) | 268.85º | 0.72% | 0.85% | - |
| XYZ | 24.35 | 13.58 | 66.98 | - |
| YUV | 101.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 217 | 0.37 | 0.72 | 0 | 0.15 | 268.85 | 0.67 | 0.55 |
| Hex | 88 | 3D | D9 | 25 | 48 | 0 | F | 10D | 43 | 37 |
| Octal | 210 | 75 | 331 | 45 | 110 | 0 | 17 | 415 | 103 | 67 |
| Binary | 10001000 | 111101 | 11011001 | 100101 | 1001000 | 0 | 1111 | 100001101 | 1000011 | 110111 |
Color Harmonies of #883DD9
Complementary color
Monochromatic Colors of #883DD9
Black with #883DD9
Text Example
Text Example
White with #883DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DD9; }
p { color: rgb(136,61,217); }
H1.HeaderClassName
{
color: #883DD9;
}
.AnyTagClassName
{
color: #883DD9;
}
</style>
background-color css
<style>
a { background-color: #883DD9; }
a { background-color: rgb(136,61,217); }
div.DivClassName
{
background-color: #883DD9;
}
.BgClassName
{
background-color: #883DD9;
}
</style>
border-color css
<style>
span { border-color: #883DD9; }
span { border-color: rgb(136,61,217); }
td.TdClassName
{
border-color: #883DD9;
}
.TagClassName
{
border-color: #883DD9;
}
</style>