Shades of True V #886DD2
Tints of True V #886DD2
RGB
CMYK
RGB Variations
Color information
#886DD2 (or 0x886DD2) is known color: True V. HEX triplet: 88, 6D and D2. RGB value is (136,109,210). Sum of RGB (Red+Green+Blue) = 136+109+210=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #886DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DD2 is #77922D. Grayscale: #808080. Windows color (decimal): -7836206 or 13790600. OLE color: 13790600.
HSL color Cylindrical-coordinate representation of color #886DD2: hue angle of 256.04º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886DD2 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 109 | 210 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.18 |
| HSL | 256.04º | 0.53% | 0.63% | - |
| HSV(B) | 256.04º | 0.48% | 0.82% | - |
| XYZ | 27.25 | 20.82 | 63.56 | - |
| YUV | 128.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 210 | 0.35 | 0.48 | 0 | 0.18 | 256.04 | 0.53 | 0.63 |
| Hex | 88 | 6D | D2 | 23 | 30 | 0 | 12 | 100 | 35 | 3F |
| Octal | 210 | 155 | 322 | 43 | 60 | 0 | 22 | 400 | 65 | 77 |
| Binary | 10001000 | 1101101 | 11010010 | 100011 | 110000 | 0 | 10010 | 100000000 | 110101 | 111111 |
Color Harmonies of #886DD2
Complementary color
Monochromatic Colors of #886DD2
Black with #886DD2
Text Example
Text Example
White with #886DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886DD2; }
p { color: rgb(136,109,210); }
H1.HeaderClassName
{
color: #886DD2;
}
.AnyTagClassName
{
color: #886DD2;
}
</style>
background-color css
<style>
a { background-color: #886DD2; }
a { background-color: rgb(136,109,210); }
div.DivClassName
{
background-color: #886DD2;
}
.BgClassName
{
background-color: #886DD2;
}
</style>
border-color css
<style>
span { border-color: #886DD2; }
span { border-color: rgb(136,109,210); }
td.TdClassName
{
border-color: #886DD2;
}
.TagClassName
{
border-color: #886DD2;
}
</style>