Shades of True V #886ABC
Tints of True V #886ABC
RGB
CMYK
RGB Variations
Color information
#886ABC (or 0x886ABC) is known color: True V. HEX triplet: 88, 6A and BC. RGB value is (136,106,188). Sum of RGB (Red+Green+Blue) = 136+106+188=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #886ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ABC is #779543. Grayscale: #7C7C7C. Windows color (decimal): -7836996 or 12348040. OLE color: 12348040.
HSL color Cylindrical-coordinate representation of color #886ABC: hue angle of 261.95º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #886ABC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 106 | 188 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.26 |
| HSL | 261.95º | 0.38% | 0.58% | - |
| HSV(B) | 261.95º | 0.44% | 0.74% | - |
| XYZ | 24.38 | 19.17 | 49.99 | - |
| YUV | 124.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 188 | 0.28 | 0.44 | 0 | 0.26 | 261.95 | 0.38 | 0.58 |
| Hex | 88 | 6A | BC | 1C | 2C | 0 | 1A | 106 | 26 | 3A |
| Octal | 210 | 152 | 274 | 34 | 54 | 0 | 32 | 406 | 46 | 72 |
| Binary | 10001000 | 1101010 | 10111100 | 11100 | 101100 | 0 | 11010 | 100000110 | 100110 | 111010 |
Color Harmonies of #886ABC
Complementary color
Monochromatic Colors of #886ABC
Black with #886ABC
Text Example
Text Example
White with #886ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ABC; }
p { color: rgb(136,106,188); }
H1.HeaderClassName
{
color: #886ABC;
}
.AnyTagClassName
{
color: #886ABC;
}
</style>
background-color css
<style>
a { background-color: #886ABC; }
a { background-color: rgb(136,106,188); }
div.DivClassName
{
background-color: #886ABC;
}
.BgClassName
{
background-color: #886ABC;
}
</style>
border-color css
<style>
span { border-color: #886ABC; }
span { border-color: rgb(136,106,188); }
td.TdClassName
{
border-color: #886ABC;
}
.TagClassName
{
border-color: #886ABC;
}
</style>