Shades of Blue Violet #883BDF
Tints of Blue Violet #883BDF
RGB
CMYK
RGB Variations
Color information
#883BDF (or 0x883BDF) is known color: Blue Violet. HEX triplet: 88, 3B and DF. RGB value is (136,59,223). Sum of RGB (Red+Green+Blue) = 136+59+223=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #883BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BDF is #77C420. Grayscale: #646464. Windows color (decimal): -7848993 or 14629768. OLE color: 14629768.
HSL color Cylindrical-coordinate representation of color #883BDF: hue angle of 268.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883BDF is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 59 | 223 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.13 |
| HSL | 268.17º | 0.72% | 0.55% | - |
| HSV(B) | 268.17º | 0.74% | 0.87% | - |
| XYZ | 25.04 | 13.69 | 71.13 | - |
| YUV | 100.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 223 | 0.39 | 0.74 | 0 | 0.13 | 268.17 | 0.72 | 0.55 |
| Hex | 88 | 3B | DF | 27 | 4A | 0 | D | 10C | 48 | 37 |
| Octal | 210 | 73 | 337 | 47 | 112 | 0 | 15 | 414 | 110 | 67 |
| Binary | 10001000 | 111011 | 11011111 | 100111 | 1001010 | 0 | 1101 | 100001100 | 1001000 | 110111 |
Color Harmonies of #883BDF
Complementary color
Monochromatic Colors of #883BDF
Black with #883BDF
Text Example
Text Example
White with #883BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BDF; }
p { color: rgb(136,59,223); }
H1.HeaderClassName
{
color: #883BDF;
}
.AnyTagClassName
{
color: #883BDF;
}
</style>
background-color css
<style>
a { background-color: #883BDF; }
a { background-color: rgb(136,59,223); }
div.DivClassName
{
background-color: #883BDF;
}
.BgClassName
{
background-color: #883BDF;
}
</style>
border-color css
<style>
span { border-color: #883BDF; }
span { border-color: rgb(136,59,223); }
td.TdClassName
{
border-color: #883BDF;
}
.TagClassName
{
border-color: #883BDF;
}
</style>