Shades of True V #886AC2
Tints of True V #886AC2
RGB
CMYK
RGB Variations
Color information
#886AC2 (or 0x886AC2) is known color: True V. HEX triplet: 88, 6A and C2. RGB value is (136,106,194). Sum of RGB (Red+Green+Blue) = 136+106+194=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #886AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AC2 is #77953D. Grayscale: #7C7C7C. Windows color (decimal): -7836990 or 12741256. OLE color: 12741256.
HSL color Cylindrical-coordinate representation of color #886AC2: hue angle of 260.45º 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 #886AC2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 106 | 194 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.24 |
| HSL | 260.45º | 0.42% | 0.59% | - |
| HSV(B) | 260.45º | 0.45% | 0.76% | - |
| XYZ | 25.04 | 19.44 | 53.47 | - |
| YUV | 125 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 194 | 0.30 | 0.45 | 0 | 0.24 | 260.45 | 0.42 | 0.59 |
| Hex | 88 | 6A | C2 | 1E | 2D | 0 | 18 | 104 | 2A | 3B |
| Octal | 210 | 152 | 302 | 36 | 55 | 0 | 30 | 404 | 52 | 73 |
| Binary | 10001000 | 1101010 | 11000010 | 11110 | 101101 | 0 | 11000 | 100000100 | 101010 | 111011 |
Color Harmonies of #886AC2
Complementary color
Monochromatic Colors of #886AC2
Black with #886AC2
Text Example
Text Example
White with #886AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886AC2; }
p { color: rgb(136,106,194); }
H1.HeaderClassName
{
color: #886AC2;
}
.AnyTagClassName
{
color: #886AC2;
}
</style>
background-color css
<style>
a { background-color: #886AC2; }
a { background-color: rgb(136,106,194); }
div.DivClassName
{
background-color: #886AC2;
}
.BgClassName
{
background-color: #886AC2;
}
</style>
border-color css
<style>
span { border-color: #886AC2; }
span { border-color: rgb(136,106,194); }
td.TdClassName
{
border-color: #886AC2;
}
.TagClassName
{
border-color: #886AC2;
}
</style>