Shades of True V #886BC2
Tints of True V #886BC2
RGB
CMYK
RGB Variations
Color information
#886BC2 (or 0x886BC2) is known color: True V. HEX triplet: 88, 6B and C2. RGB value is (136,107,194). Sum of RGB (Red+Green+Blue) = 136+107+194=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #886BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BC2 is #77943D. Grayscale: #7D7D7D. Windows color (decimal): -7836734 or 12741512. OLE color: 12741512.
HSL color Cylindrical-coordinate representation of color #886BC2: hue angle of 260º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #886BC2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 107 | 194 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.24 |
| HSL | 260º | 0.42% | 0.59% | - |
| HSV(B) | 260º | 0.45% | 0.76% | - |
| XYZ | 25.15 | 19.64 | 53.51 | - |
| YUV | 125.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 194 | 0.30 | 0.45 | 0 | 0.24 | 260 | 0.42 | 0.59 |
| Hex | 88 | 6B | C2 | 1E | 2D | 0 | 18 | 104 | 2A | 3B |
| Octal | 210 | 153 | 302 | 36 | 55 | 0 | 30 | 404 | 52 | 73 |
| Binary | 10001000 | 1101011 | 11000010 | 11110 | 101101 | 0 | 11000 | 100000100 | 101010 | 111011 |
Color Harmonies of #886BC2
Complementary color
Monochromatic Colors of #886BC2
Black with #886BC2
Text Example
Text Example
White with #886BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BC2; }
p { color: rgb(136,107,194); }
H1.HeaderClassName
{
color: #886BC2;
}
.AnyTagClassName
{
color: #886BC2;
}
</style>
background-color css
<style>
a { background-color: #886BC2; }
a { background-color: rgb(136,107,194); }
div.DivClassName
{
background-color: #886BC2;
}
.BgClassName
{
background-color: #886BC2;
}
</style>
border-color css
<style>
span { border-color: #886BC2; }
span { border-color: rgb(136,107,194); }
td.TdClassName
{
border-color: #886BC2;
}
.TagClassName
{
border-color: #886BC2;
}
</style>