Shades of True V #886CD2
Tints of True V #886CD2
RGB
CMYK
RGB Variations
Color information
#886CD2 (or 0x886CD2) is known color: True V. HEX triplet: 88, 6C and D2. RGB value is (136,108,210). Sum of RGB (Red+Green+Blue) = 136+108+210=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #886CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CD2 is #77932D. Grayscale: #7F7F7F. Windows color (decimal): -7836462 or 13790344. OLE color: 13790344.
HSL color Cylindrical-coordinate representation of color #886CD2: hue angle of 256.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886CD2 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 108 | 210 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.18 |
| HSL | 256.47º | 0.53% | 0.62% | - |
| HSV(B) | 256.47º | 0.49% | 0.82% | - |
| XYZ | 27.15 | 20.61 | 63.52 | - |
| YUV | 128 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 210 | 0.35 | 0.49 | 0 | 0.18 | 256.47 | 0.53 | 0.62 |
| Hex | 88 | 6C | D2 | 23 | 31 | 0 | 12 | 100 | 35 | 3E |
| Octal | 210 | 154 | 322 | 43 | 61 | 0 | 22 | 400 | 65 | 76 |
| Binary | 10001000 | 1101100 | 11010010 | 100011 | 110001 | 0 | 10010 | 100000000 | 110101 | 111110 |
Color Harmonies of #886CD2
Complementary color
Monochromatic Colors of #886CD2
Black with #886CD2
Text Example
Text Example
White with #886CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CD2; }
p { color: rgb(136,108,210); }
H1.HeaderClassName
{
color: #886CD2;
}
.AnyTagClassName
{
color: #886CD2;
}
</style>
background-color css
<style>
a { background-color: #886CD2; }
a { background-color: rgb(136,108,210); }
div.DivClassName
{
background-color: #886CD2;
}
.BgClassName
{
background-color: #886CD2;
}
</style>
border-color css
<style>
span { border-color: #886CD2; }
span { border-color: rgb(136,108,210); }
td.TdClassName
{
border-color: #886CD2;
}
.TagClassName
{
border-color: #886CD2;
}
</style>