Shades of True V #886ECE
Tints of True V #886ECE
RGB
CMYK
RGB Variations
Color information
#886ECE (or 0x886ECE) is known color: True V. HEX triplet: 88, 6E and CE. RGB value is (136,110,206). Sum of RGB (Red+Green+Blue) = 136+110+206=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #886ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECE is #779131. Grayscale: #808080. Windows color (decimal): -7835954 or 13528712. OLE color: 13528712.
HSL color Cylindrical-coordinate representation of color #886ECE: hue angle of 256.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886ECE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 110 | 206 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.19 |
| HSL | 256.25º | 0.49% | 0.62% | - |
| HSV(B) | 256.25º | 0.47% | 0.81% | - |
| XYZ | 26.87 | 20.84 | 61 | - |
| YUV | 128.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 206 | 0.34 | 0.47 | 0 | 0.19 | 256.25 | 0.49 | 0.62 |
| Hex | 88 | 6E | CE | 22 | 2F | 0 | 13 | 100 | 31 | 3E |
| Octal | 210 | 156 | 316 | 42 | 57 | 0 | 23 | 400 | 61 | 76 |
| Binary | 10001000 | 1101110 | 11001110 | 100010 | 101111 | 0 | 10011 | 100000000 | 110001 | 111110 |
Color Harmonies of #886ECE
Complementary color
Monochromatic Colors of #886ECE
Black with #886ECE
Text Example
Text Example
White with #886ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ECE; }
p { color: rgb(136,110,206); }
H1.HeaderClassName
{
color: #886ECE;
}
.AnyTagClassName
{
color: #886ECE;
}
</style>
background-color css
<style>
a { background-color: #886ECE; }
a { background-color: rgb(136,110,206); }
div.DivClassName
{
background-color: #886ECE;
}
.BgClassName
{
background-color: #886ECE;
}
</style>
border-color css
<style>
span { border-color: #886ECE; }
span { border-color: rgb(136,110,206); }
td.TdClassName
{
border-color: #886ECE;
}
.TagClassName
{
border-color: #886ECE;
}
</style>