Shades of True V #886ECC
Tints of True V #886ECC
RGB
CMYK
RGB Variations
Color information
#886ECC (or 0x886ECC) is known color: True V. HEX triplet: 88, 6E and CC. RGB value is (136,110,204). Sum of RGB (Red+Green+Blue) = 136+110+204=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #886ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECC is #779133. Grayscale: #808080. Windows color (decimal): -7835956 or 13397640. OLE color: 13397640.
HSL color Cylindrical-coordinate representation of color #886ECC: hue angle of 256.6º degrees, saturation: 0.48, 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 #886ECC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 110 | 204 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.2 |
| HSL | 256.6º | 0.48% | 0.62% | - |
| HSV(B) | 256.6º | 0.46% | 0.8% | - |
| XYZ | 26.63 | 20.75 | 59.73 | - |
| YUV | 128.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 204 | 0.33 | 0.46 | 0 | 0.2 | 256.6 | 0.48 | 0.62 |
| Hex | 88 | 6E | CC | 21 | 2E | 0 | 14 | 101 | 30 | 3E |
| Octal | 210 | 156 | 314 | 41 | 56 | 0 | 24 | 401 | 60 | 76 |
| Binary | 10001000 | 1101110 | 11001100 | 100001 | 101110 | 0 | 10100 | 100000001 | 110000 | 111110 |
Color Harmonies of #886ECC
Complementary color
Monochromatic Colors of #886ECC
Black with #886ECC
Text Example
Text Example
White with #886ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ECC; }
p { color: rgb(136,110,204); }
H1.HeaderClassName
{
color: #886ECC;
}
.AnyTagClassName
{
color: #886ECC;
}
</style>
background-color css
<style>
a { background-color: #886ECC; }
a { background-color: rgb(136,110,204); }
div.DivClassName
{
background-color: #886ECC;
}
.BgClassName
{
background-color: #886ECC;
}
</style>
border-color css
<style>
span { border-color: #886ECC; }
span { border-color: rgb(136,110,204); }
td.TdClassName
{
border-color: #886ECC;
}
.TagClassName
{
border-color: #886ECC;
}
</style>