Shades of Blue Violet #883CDF
Tints of Blue Violet #883CDF
RGB
CMYK
RGB Variations
Color information
#883CDF (or 0x883CDF) is known color: Blue Violet. HEX triplet: 88, 3C and DF. RGB value is (136,60,223). Sum of RGB (Red+Green+Blue) = 136+60+223=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #883CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CDF is #77C320. Grayscale: #646464. Windows color (decimal): -7848737 or 14630024. OLE color: 14630024.
HSL color Cylindrical-coordinate representation of color #883CDF: hue angle of 267.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883CDF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 60 | 223 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 267.98º | 0.72% | 0.55% | - |
| HSV(B) | 267.98º | 0.73% | 0.87% | - |
| XYZ | 25.09 | 13.79 | 71.15 | - |
| YUV | 101.31 | 196.68 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 223 | 0.39 | 0.73 | 0 | 0.13 | 267.98 | 0.72 | 0.55 |
| Hex | 88 | 3C | DF | 27 | 49 | 0 | D | 10C | 48 | 37 |
| Octal | 210 | 74 | 337 | 47 | 111 | 0 | 15 | 414 | 110 | 67 |
| Binary | 10001000 | 111100 | 11011111 | 100111 | 1001001 | 0 | 1101 | 100001100 | 1001000 | 110111 |
Color Harmonies of #883CDF
Complementary color
Monochromatic Colors of #883CDF
Black with #883CDF
Text Example
Text Example
White with #883CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CDF; }
p { color: rgb(136,60,223); }
H1.HeaderClassName
{
color: #883CDF;
}
.AnyTagClassName
{
color: #883CDF;
}
</style>
background-color css
<style>
a { background-color: #883CDF; }
a { background-color: rgb(136,60,223); }
div.DivClassName
{
background-color: #883CDF;
}
.BgClassName
{
background-color: #883CDF;
}
</style>
border-color css
<style>
span { border-color: #883CDF; }
span { border-color: rgb(136,60,223); }
td.TdClassName
{
border-color: #883CDF;
}
.TagClassName
{
border-color: #883CDF;
}
</style>