Shades of True V #886ECD
Tints of True V #886ECD
RGB
CMYK
RGB Variations
Color information
#886ECD (or 0x886ECD) is known color: True V. HEX triplet: 88, 6E and CD. RGB value is (136,110,205). Sum of RGB (Red+Green+Blue) = 136+110+205=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #886ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECD is #779132. Grayscale: #808080. Windows color (decimal): -7835955 or 13463176. OLE color: 13463176.
HSL color Cylindrical-coordinate representation of color #886ECD: hue angle of 256.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886ECD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 110 | 205 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.20 |
| HSL | 256.42º | 0.49% | 0.62% | - |
| HSV(B) | 256.42º | 0.46% | 0.8% | - |
| XYZ | 26.75 | 20.79 | 60.36 | - |
| YUV | 128.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 205 | 0.34 | 0.46 | 0 | 0.20 | 256.42 | 0.49 | 0.62 |
| Hex | 88 | 6E | CD | 22 | 2E | 0 | 14 | 100 | 31 | 3E |
| Octal | 210 | 156 | 315 | 42 | 56 | 0 | 24 | 400 | 61 | 76 |
| Binary | 10001000 | 1101110 | 11001101 | 100010 | 101110 | 0 | 10100 | 100000000 | 110001 | 111110 |
Color Harmonies of #886ECD
Complementary color
Monochromatic Colors of #886ECD
Black with #886ECD
Text Example
Text Example
White with #886ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ECD; }
p { color: rgb(136,110,205); }
H1.HeaderClassName
{
color: #886ECD;
}
.AnyTagClassName
{
color: #886ECD;
}
</style>
background-color css
<style>
a { background-color: #886ECD; }
a { background-color: rgb(136,110,205); }
div.DivClassName
{
background-color: #886ECD;
}
.BgClassName
{
background-color: #886ECD;
}
</style>
border-color css
<style>
span { border-color: #886ECD; }
span { border-color: rgb(136,110,205); }
td.TdClassName
{
border-color: #886ECD;
}
.TagClassName
{
border-color: #886ECD;
}
</style>