Shades of Blue Violet #883CDC
Tints of Blue Violet #883CDC
RGB
CMYK
RGB Variations
Color information
#883CDC (or 0x883CDC) is known color: Blue Violet. HEX triplet: 88, 3C and DC. RGB value is (136,60,220). Sum of RGB (Red+Green+Blue) = 136+60+220=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #883CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CDC is #77C323. Grayscale: #646464. Windows color (decimal): -7848740 or 14433416. OLE color: 14433416.
HSL color Cylindrical-coordinate representation of color #883CDC: hue angle of 268.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883CDC is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 60 | 220 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.14 |
| HSL | 268.5º | 0.7% | 0.55% | - |
| HSV(B) | 268.5º | 0.73% | 0.86% | - |
| XYZ | 24.69 | 13.63 | 69.04 | - |
| YUV | 100.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 220 | 0.38 | 0.73 | 0 | 0.14 | 268.5 | 0.7 | 0.55 |
| Hex | 88 | 3C | DC | 26 | 49 | 0 | E | 10C | 46 | 37 |
| Octal | 210 | 74 | 334 | 46 | 111 | 0 | 16 | 414 | 106 | 67 |
| Binary | 10001000 | 111100 | 11011100 | 100110 | 1001001 | 0 | 1110 | 100001100 | 1000110 | 110111 |
Color Harmonies of #883CDC
Complementary color
Monochromatic Colors of #883CDC
Black with #883CDC
Text Example
Text Example
White with #883CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CDC; }
p { color: rgb(136,60,220); }
H1.HeaderClassName
{
color: #883CDC;
}
.AnyTagClassName
{
color: #883CDC;
}
</style>
background-color css
<style>
a { background-color: #883CDC; }
a { background-color: rgb(136,60,220); }
div.DivClassName
{
background-color: #883CDC;
}
.BgClassName
{
background-color: #883CDC;
}
</style>
border-color css
<style>
span { border-color: #883CDC; }
span { border-color: rgb(136,60,220); }
td.TdClassName
{
border-color: #883CDC;
}
.TagClassName
{
border-color: #883CDC;
}
</style>